Bug 363725 Make about:logo work in (some) toolkit apps r+sr=darin

git-svn-id: svn://10.0.0.236/trunk@217120 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2006-12-18 10:51:10 +00:00
parent 5f98fd61e5
commit 29ed8be6fd

View File

@@ -70,7 +70,11 @@ static RedirEntry kRedirMap[] = {
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT },
{ "plugins", "chrome://global/content/plugins.html", 0 },
{ "config", "chrome://global/content/config.xul", 0 },
#ifdef MOZ_XUL_APP
{ "logo", "chrome://branding/content/about.png",
#else
{ "logo", "chrome://global/content/logo.gif",
#endif
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
{ "buildconfig", "chrome://global/content/buildconfig.html",
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT },