зеркало из https://github.com/mozilla/gecko-dev.git
The logo wasn't the right one in some places and the logo URL was wrong in some places.
This commit is contained in:
Родитель
fb9a9cae4e
Коммит
e91141b3a6
|
@ -1,5 +1,7 @@
|
|||
replaceXPI(ChromeDefaults.zip,chrome/classic.jar,skin/classic/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/classic.jar,skin/classic/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/classic.jar,skin/classic/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/classic.jar,skin/classic/communicator/brand/throbber16-single.gif,%LargeStillPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/modern.jar,skin/modern/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/modern.jar,skin/modern/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(ChromeDefaults.zip,chrome/modern.jar,skin/modern/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
|
@ -11,7 +13,9 @@ replaceXPI(ChromeDefaults.zip,no.jar,defaults/profile/%REGION%/panels.rdf,%Sideb
|
|||
replaceXPI(ChromeDefaults.zip,chrome/comm.jar,content/communicator/communicatorOverlay.xul,%HlpRDF%)
|
||||
modifyDTD(ChromeDefaults.zip,chrome/%lang%-%REGION%.jar,locale/%lang%-%REGION%/navigator/navigator.dtd,mainWindow.titlemodifier,%CompanyName%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.startup.homepage,%HomePageURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/editor-region/region-ns.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/editor-region/region.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/aim-region/region.properties,aim.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,messenger.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(ChromeDefaults.zip,chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,compose.throbber.url,%AnimatedLogoURL%)
|
||||
|
|
|
@ -6,8 +6,10 @@ configure(GENERAL,Setup Title1 Font Shadow,%DefaultFontShadow%)
|
|||
configure(GENERAL,Setup Title2,%InstallerScreenText2%)
|
||||
configure(GENERAL,Program Folder Name,%ProgramFolderName%)
|
||||
replaceXPI(browser.xpi,no.jar,bin/chrome/packages/widget-toolkit/global/content/helpMenu.xul,%HlpXul%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob.gif,%LargeAnimPath%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob_single.gif,%LargeStillPath%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(skinclas.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber16-single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
|
@ -21,6 +23,7 @@ modifyDTD(lang%lang%%region%.xpi,bin/chrome/%lang%-%REGION%.jar,locale/%lang%-%R
|
|||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.startup.homepage,%HomePageURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/editor-region/region-ns.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/editor-region/region.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/aim-region/region.properties,aim.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,messenger.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,compose.throbber.url,%AnimatedLogoURL%)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob.gif,%LargeAnimPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/global/animthrob_single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/classic.jar,skin/classic/communicator/brand/throbber16-single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber-anim.gif,%LargeAnimPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber-single.gif,%LargeStillPath%)
|
||||
replaceXPI(browser.xpi,bin/chrome/modern.jar,skin/modern/communicator/brand/throbber16-anim.gif,%LargeAnimPath%)
|
||||
|
@ -13,6 +15,7 @@ modifyDTD(lang%lang%%region%.xpi,bin/chrome/%lang%-%REGION%.jar,locale/%lang%-%R
|
|||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.startup.homepage,%HomePageURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/navigator-region/region.properties,browser.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/editor-region/region-ns.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/editor-region/region.properties,editor.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/aim-region/region.properties,aim.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,messenger.throbber.url,%AnimatedLogoURL%)
|
||||
modifyProperties(reg%region%.xpi,bin/chrome/%REGION%.jar,locale/%REGION%/messenger-region/region-ns.properties,compose.throbber.url,%AnimatedLogoURL%)
|
||||
|
|
Загрузка…
Ссылка в новой задаче