fix to accomodate changes made to location of files in seamonkey

git-svn-id: svn://10.0.0.236/trunk@71553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com 2000-06-05 21:49:54 +00:00
parent c41aa374a4
commit 793ba10609

View File

@ -3,9 +3,9 @@ configure(GENERAL,Setup Title1,%InstallerScreenText1%)
configure(GENERAL,Setup Title2,%InstallerScreenText2%)
configure(GENERAL,Program Folder Name,%ProgramFolderName%)
configure(Dialog Setup Type,Readme Filename,%ReadMeFile%)
replaceXPI(browser.xpi,bin/chrome/global/content/helpMenu.xul,%HlpXul%)
replaceXPI(browser.xpi,bin/chrome/global/skin/animthrob.gif,%LargeAnimPath%)
replaceXPI(browser.xpi,bin/chrome/global/skin/animthrob_single.gif,%LargeStillPath%)
replaceXPI(browser.xpi,bin/chrome/packages/widget-toolkit/global/content/helpMenu.xul,%HlpXul%)
replaceXPI(browser.xpi,bin/chrome/skins/modern/global/skin/animthrob.gif,%LargeAnimPath%)
replaceXPI(browser.xpi,bin/chrome/skins/modern/global/skin/animthrob_single.gif,%LargeStillPath%)
replaceXPI(browser.xpi,bin/defaults/profile/bookmarks.html,%CustomBookmarkFile%)
modifyDTD(browser.xpi,bin/chrome/navigator/locale/navigator.dtd,mainWindow.titlemodifier,%CompanyName%)
modifyDTD(browser.xpi,bin/chrome/navigator/locale/navigator.dtd,throbber.url,%AnimatedLogoURL%)