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
Родитель 3a9754bdc3
Коммит 5ea1989e78
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -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",

Просмотреть файл

@ -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