Bug 462598 - about:rights text in nightlies is showing text for branded builds. r=dolske

This commit is contained in:
Gavin Sharp 2009-09-26 21:02:03 +02:00
parent dbd51bf4f0
commit fee99eb3f2
2 changed files with 1 additions and 5 deletions

View File

@ -81,7 +81,7 @@ static RedirEntry kRedirMap[] = {
{ "privatebrowsing", "chrome://browser/content/aboutPrivateBrowsing.xhtml",
nsIAboutModule::ALLOW_SCRIPT },
{ "rights",
#ifdef OFFICIAL_BUILD
#ifdef MOZ_OFFICIAL_BRANDING
"chrome://global/content/aboutRights.xhtml",
#else
"chrome://global/content/aboutRights-unbranded.xhtml",

View File

@ -58,8 +58,4 @@ CPPSRCS = AboutRedirector.cpp
LOCAL_INCLUDES = -I$(srcdir)/../build
ifdef MOZILLA_OFFICIAL
DEFINES += -DOFFICIAL_BUILD=1
endif
include $(topsrcdir)/config/rules.mk