vcl/generic/app/gensys.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7b0d4848e6cd67b33cf86c06582225cd1c5fbb9d Author: Stephan Bergmann <[email protected]> Date: Tue Mar 19 15:25:44 2013 +0100 Fix previous fix Change-Id: Ia0739c4c45cb9f1d7474c08657a17b68ec5ef45a diff --git a/vcl/generic/app/gensys.cxx b/vcl/generic/app/gensys.cxx index 55b0d8d..68d2192 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
