diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-11 09:52:55 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-06-11 09:52:55 +0200 |
commit | f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a (patch) | |
tree | f61e406b4743187630baf8d1ea1e6496ecd518cb /application/palemoon/components/about | |
parent | 27783db85a4d3c38b041e51b088ed2dbd35e96c1 (diff) | |
download | UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.gz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.lz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.tar.xz UXP-f3e445f6e8587bf40eaa3609bf4f5bea2becdc4a.zip |
[PALEMOON] Moving About permissions component files from components/preferences/ to components/permissions/
Issue #191
Diffstat (limited to 'application/palemoon/components/about')
-rw-r--r-- | application/palemoon/components/about/AboutRedirector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/components/about/AboutRedirector.cpp b/application/palemoon/components/about/AboutRedirector.cpp index 27f6540b2..12143b399 100644 --- a/application/palemoon/components/about/AboutRedirector.cpp +++ b/application/palemoon/components/about/AboutRedirector.cpp @@ -62,7 +62,7 @@ static RedirEntry kRedirMap[] = { nsIAboutModule::HIDE_FROM_ABOUTABOUT }, { - "permissions", "chrome://browser/content/preferences/aboutPermissions.xul", + "permissions", "chrome://browser/content/permissions/aboutPermissions.xul", nsIAboutModule::ALLOW_SCRIPT }, { |