summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-12-14 16:33:28 +0000
committerMichael Meeks <michael.meeks@novell.com>2010-12-14 16:33:28 +0000
commit4b7d19eaff0bcd0f4e10e59193828793c6de6730 (patch)
treec037c300960ba82e113629d6bb24b1df443e7139
parent0cd2e391dd918ab321484242fb3d273274f9e505 (diff)
Use BrOffice branding on Windows keyed to locale/country-code not exename
-rw-r--r--setup_native/source/win32/nsis/downloadtemplate.nsi7
1 files changed, 3 insertions, 4 deletions
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"