Kaydet (Commit) f9db6b0b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove BrOffice branding

üst a0013df9
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
...@@ -275,24 +275,10 @@ ALLLANGUAGESPLACEHOLDER ...@@ -275,24 +275,10 @@ ALLLANGUAGESPLACEHOLDER
Function SetupBranding Function SetupBranding
File "/oname=$PLUGINSDIR\modern-header.bmp" BANNERBMPPLACEHOLDER File "/oname=$PLUGINSDIR\modern-header.bmp" BANNERBMPPLACEHOLDER
File "/oname=$PLUGINSDIR\modern-header-br.bmp" BANNERBMPPLACEHOLDER_BR
File "/oname=$PLUGINSDIR\modern-wizard.bmp" WELCOMEBMPPLACEHOLDER File "/oname=$PLUGINSDIR\modern-wizard.bmp" WELCOMEBMPPLACEHOLDER
File "/oname=$PLUGINSDIR\modern-wizard-br.bmp" WELCOMEBMPPLACEHOLDER_BR
SetBrandingImage /IMGID=1046 "$PLUGINSDIR\modern-header.bmp"
; use broffice specific branding if we are in Brazil !insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard.bmp"
; messageBox MB_OK "Language: $LANGUAGE"
StrCmp $LANGUAGE "1046" BrOfficeSplash DefaultSplash
DefaultSplash:
; messageBox MB_OK "LibreOffice"
SetBrandingImage /IMGID=1046 "$PLUGINSDIR\modern-header.bmp"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard.bmp"
GoTo atEnd
BrOfficeSplash:
; messageBox MB_OK "BrOffice"
SetBrandingImage /IMGID=1046 "$PLUGINSDIR\modern-header-br.bmp"
!insertmacro INSTALLOPTIONS_WRITE "ioSpecial.ini" "Field 1" "Text" "$PLUGINSDIR\modern-wizard-br.bmp"
GoTo atEnd
atEnd:
FunctionEnd FunctionEnd
; Reserve files ; Reserve files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment