bug 131477 - Improve design of about:plugins page - this makes about:plugins themeable, plugins.html moved from global to communicator, r=beppe, sr=hewitt

This commit is contained in:
kairo%kairo.at 2006-09-15 09:51:46 +00:00
Родитель 7f9d715f0a
Коммит 9b81f04b30
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,7 @@ struct RedirEntry {
static RedirEntry kRedirMap[] = {
{ "credits", "http://www.mozilla.org/credits/", PR_TRUE },
{ "mozilla", "chrome://global/content/mozilla.xhtml", PR_TRUE },
{ "plugins", "chrome://global/content/plugins.html", PR_TRUE },
{ "plugins", "chrome://communicator/content/plugins.html", PR_TRUE },
{ "config", "chrome://global/content/config.xul", PR_FALSE }
};
static const int kRedirTotal = 4; // sizeof(kRedirMap)/sizeof(*kRedirMap)