diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-06 10:22:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-06 10:22:24 +0200 |
commit | b94e5a3a4a3088a96db7166c244721d230845231 (patch) | |
tree | 0a853e637c7ba56863900e8ddc9d23ff21126de1 /application/palemoon/components | |
parent | 52d608c670c5c485cfe1139c40ec06d8ef460a26 (diff) | |
download | UXP-b94e5a3a4a3088a96db7166c244721d230845231.tar UXP-b94e5a3a4a3088a96db7166c244721d230845231.tar.gz UXP-b94e5a3a4a3088a96db7166c244721d230845231.tar.lz UXP-b94e5a3a4a3088a96db7166c244721d230845231.tar.xz UXP-b94e5a3a4a3088a96db7166c244721d230845231.zip |
Fix redirector paths
This resolves #602.
Diffstat (limited to 'application/palemoon/components')
-rw-r--r-- | application/palemoon/components/about/AboutRedirector.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/application/palemoon/components/about/AboutRedirector.cpp b/application/palemoon/components/about/AboutRedirector.cpp index 508202c7d..fbcad6094 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 |