зеркало из https://github.com/mozilla/pjs.git
Bug 462598 - about:rights text in nightlies is showing text for branded builds. r=dolske
This commit is contained in:
Родитель
3a9754bdc3
Коммит
5ea1989e78
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче