Skip to content

Commit

Permalink
Bug 467124: change window title/installer filename for b2, r=gavin, a…
Browse files Browse the repository at this point in the history
…=beltzner

--HG--
branch : GECKO191b2_20081125_RELBRANCH
  • Loading branch information
Mike Beltzner committed Nov 28, 2008
1 parent 0820a2c commit 744c3f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions browser/base/content/browser.xul
Expand Up @@ -65,12 +65,12 @@
xmlns:svg="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();" onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();"
title="&mainWindow.title;" title="&mainWindow.title; 3.1 Beta 2"
title_normal="&mainWindow.title;" title_normal="&mainWindow.title; 3.1 Beta 2"
title_privatebrowsing="&mainWindowPrivateBrowsing.titlemodifier;" title_privatebrowsing="&mainWindowPrivateBrowsing.titlemodifier; 3.1 Beta 2"
titlemodifier="&mainWindow.titlemodifier;" titlemodifier="&mainWindow.titlemodifier; 3.1 Beta 2"
titlemodifier_normal="&mainWindow.titlemodifier;" titlemodifier_normal="&mainWindow.titlemodifier; 3.1 Beta 2"
titlemodifier_privatebrowsing="&mainWindowPrivateBrowsing.titlemodifier;" titlemodifier_privatebrowsing="&mainWindowPrivateBrowsing.titlemodifier; 3.1 Beta 2"
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
windowtype="navigator:browser" windowtype="navigator:browser"
screenX="4" screenY="4" screenX="4" screenY="4"
Expand Down
3 changes: 2 additions & 1 deletion other-licenses/branding/firefox/branding.nsi
Expand Up @@ -47,9 +47,10 @@
!define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html" !define SurveyURL "https://survey.mozilla.com/1/Mozilla%20Firefox/${AppVersion}/${AB_CD}/exit.html"


# Everything below this line may be modified for Alpha / Beta releases. # Everything below this line may be modified for Alpha / Beta releases.
!define BrandFullName "Mozilla Firefox" !define BrandFullName "Mozilla Firefox 3.1 Beta 2"


# Add !define NO_INSTDIR_FROM_REG to prevent finding a non-default installation # Add !define NO_INSTDIR_FROM_REG to prevent finding a non-default installation
# directory in the registry and using that as the default. This prevents # directory in the registry and using that as the default. This prevents
# Beta releases built with official branding from finding an existing install # Beta releases built with official branding from finding an existing install
# of an official release and defaulting to its installation directory. # of an official release and defaulting to its installation directory.
!define NO_INSTDIR_FROM_REG

0 comments on commit 744c3f2

Please sign in to comment.