diff options
-rw-r--r-- | browser/common/source_files/docshell/base/nsAboutRedirector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/common/source_files/docshell/base/nsAboutRedirector.cpp b/browser/common/source_files/docshell/base/nsAboutRedirector.cpp index 32b7363..1d27b6f 100644 --- a/browser/common/source_files/docshell/base/nsAboutRedirector.cpp +++ b/browser/common/source_files/docshell/base/nsAboutRedirector.cpp @@ -67,7 +67,7 @@ static const RedirEntry kRedirMap[] = { {"about", "chrome://global/content/aboutAbout.xhtml", 0}, {"addons", "chrome://mozapps/content/extensions/extensions.xul", nsIAboutModule::ALLOW_SCRIPT}, - {"library", "chrome://browser/content/places/places.xul", + {"places", "chrome://browser/content/places/places.xul", nsIAboutModule::ALLOW_SCRIPT}, {"buildconfig", "chrome://global/content/buildconfig.html", nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT}, |