Add about:license and about:licence and make about: link to them. Bug 256945,

r=gerv, sr=darin


git-svn-id: svn://10.0.0.236/trunk@211805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzbarsky%mit.edu
2006-09-15 09:52:00 +00:00
parent 8b4533461c
commit 6d0bd7cb33

View File

@@ -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);