summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-19 14:59:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-19 14:59:35 +0100
commit7cd539319943f43b6f66b72ad85ecc0012d3e007 (patch)
tree97129ca663c0530a8ee0440fe196fb9d1f467ab3 /vcl
parent93024b55d2e7d7a4bfa71e7a21b309c2e5aac31f (diff)
Fix broken automatic search/replace results
Change-Id: Ic6985d2cf9d884763aaffc17361243b99b23ba17
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/app/gensys.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/app/gensys.cxx b/vcl/generic/app/gensys.cxx
index 75e8d5c1d689..55b0d8d7d61d 100644
--- a/vcl/generic/app/gensys.cxx
+++ b/vcl/generic/app/gensys.cxx
@@ -191,7 +191,7 @@ const char* SalGenericSystem::getFrameClassName()
{
OUString aIni, aProduct;
rtl::Bootstrap::get( "BRAND_BASE_DIR", aIni );
- aIni += "/program/") + SAL_CONFIGFILE( "bootstrap";
+ aIni += "/program/" + SAL_CONFIGFILE( "bootstrap" );
rtl::Bootstrap aBootstrap( aIni );
aBootstrap.getFrom( "ProductKey", aProduct );