vcl/generic/app/gensys.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7cd539319943f43b6f66b72ad85ecc0012d3e007 Author: Stephan Bergmann <[email protected]> Date: Tue Mar 19 14:59:27 2013 +0100 Fix broken automatic search/replace results Change-Id: Ic6985d2cf9d884763aaffc17361243b99b23ba17 diff --git a/vcl/generic/app/gensys.cxx b/vcl/generic/app/gensys.cxx index 75e8d5c..55b0d8d 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 ); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
