From 80542eb27ecccc6cab7265bb7faee2a26331fb83 Mon Sep 17 00:00:00 2001 From: Date: Mon, 4 Feb 2008 18:47:30 -0800 Subject: [PATCH] Back out my patch from bug 415681 now that tagging has been completed. --- browser/base/content/browser.xul | 4 ++-- other-licenses/branding/firefox/branding.nsi | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 1451ef727739..51b38e1811c4 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -64,8 +64,8 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();" contenttitlesetting="true" - title="&mainWindow.title; 3 Beta 3" - titlemodifier="&mainWindow.title; 3 Beta 3" + title="&mainWindow.title;" + titlemodifier="&mainWindow.title;" titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" windowtype="navigator:browser" screenX="4" screenY="4" diff --git a/other-licenses/branding/firefox/branding.nsi b/other-licenses/branding/firefox/branding.nsi index 896d931cb0ed..f0065cdcc75e 100755 --- a/other-licenses/branding/firefox/branding.nsi +++ b/other-licenses/branding/firefox/branding.nsi @@ -47,10 +47,9 @@ !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. -!define BrandFullName "Mozilla Firefox 3 Beta 3" +!define BrandFullName "Mozilla Firefox" # 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 # Beta releases built with official branding from finding an existing install # of an official release and defaulting to its installation directory. -!define NO_INSTDIR_FROM_REG