From 7544a483ee992bfa0897f3c0b82ce22269e96e6e Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 15 Sep 2006 09:51:58 +0000 Subject: [PATCH] 243387 - about:plugins broken by download size reduction changes. Move about:plugins page to global package to remove dependency on defunct "communicator" package. r=mconnor git-svn-id: svn://10.0.0.236/trunk@211803 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsAboutRedirector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/nsAboutRedirector.cpp b/mozilla/docshell/base/nsAboutRedirector.cpp index 091f30cbcb1..17a5aafc47e 100644 --- a/mozilla/docshell/base/nsAboutRedirector.cpp +++ b/mozilla/docshell/base/nsAboutRedirector.cpp @@ -60,7 +60,7 @@ struct RedirEntry { static RedirEntry kRedirMap[] = { { "credits", "http://www.mozilla.org/credits/", PR_TRUE }, { "mozilla", "chrome://global/content/mozilla.xhtml", PR_TRUE }, - { "plugins", "chrome://communicator/content/plugins.html", PR_FALSE }, + { "plugins", "chrome://global/content/plugins.html", PR_FALSE }, { "config", "chrome://global/content/config.xul", PR_FALSE }, { "logo", "chrome://global/content/logo.gif", PR_TRUE }, { "buildconfig", "chrome://global/content/buildconfig.html", PR_TRUE },