From 4b7d19eaff0bcd0f4e10e59193828793c6de6730 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 14 Dec 2010 16:33:28 +0000 Subject: Use BrOffice branding on Windows keyed to locale/country-code not exename --- setup_native/source/win32/nsis/downloadtemplate.nsi | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'setup_native/source') diff --git a/setup_native/source/win32/nsis/downloadtemplate.nsi b/setup_native/source/win32/nsis/downloadtemplate.nsi index 30ee215038af..226c3cacf5ba 100644 --- a/setup_native/source/win32/nsis/downloadtemplate.nsi +++ b/setup_native/source/win32/nsis/downloadtemplate.nsi @@ -278,10 +278,9 @@ Function SetupBranding File "/oname=$PLUGINSDIR\modern-wizard.bmp" WELCOMEBMPPLACEHOLDER File "/oname=$PLUGINSDIR\modern-wizard-br.bmp" WELCOMEBMPPLACEHOLDER_BR - ; use broffice specific branding if executable name begins BrOffice - StrCpy $0 $EXEFILE 8 -; messageBox MB_OK "ExeName: $0 - chopped $EXEFILE" - StrCmp $0 "BrOffice" BrOfficeSplash DefaultSplash + ; use broffice specific branding if we are in Brazil +; messageBox MB_OK "Language: $LANGUAGE" + StrCmp $LANGUAGE "1046" BrOfficeSplash DefaultSplash DefaultSplash: ; messageBox MB_OK "LibreOffice" SetBrandingImage /IMGID=1046 "$PLUGINSDIR\modern-header.bmp" -- cgit v1.2.3