summaryrefslogtreecommitdiff
path: root/vcl/generic/app/gensys.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/generic/app/gensys.cxx')
-rw-r--r--vcl/generic/app/gensys.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcl/generic/app/gensys.cxx b/vcl/generic/app/gensys.cxx
index d07f6bea12cc..611ea333ff98 100644
--- a/vcl/generic/app/gensys.cxx
+++ b/vcl/generic/app/gensys.cxx
@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#include <config_folders.h>
+
#include <generic/gensys.h>
#include <vcl/msgbox.hxx>
@@ -193,7 +195,7 @@ const char* SalGenericSystem::getFrameClassName()
{
OUString aIni, aProduct;
rtl::Bootstrap::get( "BRAND_BASE_DIR", aIni );
- aIni += "/program/" SAL_CONFIGFILE( "bootstrap" );
+ aIni += "/" LIBO_ETC_FOLDER "/" SAL_CONFIGFILE( "bootstrap" );
rtl::Bootstrap aBootstrap( aIni );
aBootstrap.getFrom( "ProductKey", aProduct );