Bug 443398 reland the remaining official branding text changes from bug 397621 that were backed out due to tinderbox problems that are now fixed. tinder-config.pl was r=reed over irc,mail/ changes were r=davida,bienvenu

git-svn-id: svn://10.0.0.236/trunk@253071 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.plus.com 2008-07-17 07:44:09 +00:00
parent c7ade5423b
commit 9ee8b01beb
3 changed files with 4 additions and 5 deletions

View File

@ -346,8 +346,7 @@ ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
AB := $(firstword $(subst -, ,$(AB_CD)))
#APP_NAME = $(MOZ_APP_DISPLAYNAME)
APP_NAME = Thunderbird
APP_NAME = $(MOZ_APP_DISPLAYNAME)
ifdef MOZ_DEBUG
APP_NAME := $(APP_NAME)Debug

View File

@ -1 +1 @@
MOZ_APP_DISPLAYNAME=Thunderbird
MOZ_APP_DISPLAYNAME=Shredder

View File

@ -55,8 +55,8 @@ $BuildAdministrator = 'build@mozilla.org';
# Tests
$CleanProfile = 1;
#$ResetHomeDirForTests = 1;
$ProductName = "Thunderbird";
$VendorName = 'Mozilla';
$ProductName = "Shredder";
#$VendorName = 'Mozilla';
$RunMozillaTests = 1; # Allow turning off of all tests if needed.
$RegxpcomTest = 1;