diff --git a/mozilla/docshell/base/nsAboutRedirector.cpp b/mozilla/docshell/base/nsAboutRedirector.cpp index 6bfa07418b5..a8d31db2df9 100644 --- a/mozilla/docshell/base/nsAboutRedirector.cpp +++ b/mozilla/docshell/base/nsAboutRedirector.cpp @@ -64,6 +64,8 @@ static RedirEntry kRedirMap[] = { { "config", "chrome://global/content/config.xul", PR_FALSE }, { "logo", "chrome://global/content/logo.gif", PR_TRUE }, { "buildconfig", "chrome://global/content/buildconfig.html", PR_TRUE }, + { "license", "chrome://global/content/MPL-1.1.html", PR_TRUE }, + { "licence", "chrome://global/content/MPL-1.1.html", PR_TRUE }, { "about", "chrome://global/content/aboutAbout.html", PR_FALSE } }; static const int kRedirTotal = NS_ARRAY_LENGTH(kRedirMap);