summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native')
-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"