summaryrefslogtreecommitdiff
path: root/application
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-07-06 10:22:24 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-07-06 10:22:24 +0200
commit93a008aeb4ef490fccb554c77dbec004d577d207 (patch)
tree0a853e637c7ba56863900e8ddc9d23ff21126de1 /application
parentf7ea0b7d60a9dde126480ee96a8b23e7966b7b24 (diff)
downloaduxp-93a008aeb4ef490fccb554c77dbec004d577d207.tar.gz
Fix redirector paths
This resolves #602.
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/components/about/AboutRedirector.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/application/palemoon/components/about/AboutRedirector.cpp b/application/palemoon/components/about/AboutRedirector.cpp
index 508202c7d5..fbcad6094a 100644
--- a/application/palemoon/components/about/AboutRedirector.cpp
+++ b/application/palemoon/components/about/AboutRedirector.cpp
@@ -70,12 +70,7 @@ static RedirEntry kRedirMap[] = {
nsIAboutModule::ALLOW_SCRIPT
},
{
- "rights",
-#ifdef MOZ_OFFICIAL_BRANDING
- "chrome://global/content/aboutRights.xhtml",
-#else
- "chrome://global/content/aboutRights-unbranded.xhtml",
-#endif
+ "rights", "chrome://global/content/aboutRights.xhtml",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
nsIAboutModule::MAKE_LINKABLE |
nsIAboutModule::ALLOW_SCRIPT