From 282c05cebc74246e0d48d1e8b4b37dba82944518 Mon Sep 17 00:00:00 2001 From: "ftang%netscape.com" Date: Sat, 29 Jul 2006 05:34:29 +0000 Subject: [PATCH] fix bug 1547 move about.html from content to locale r=mcafee --- suite/common/utilityOverlay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/common/utilityOverlay.js b/suite/common/utilityOverlay.js index c19abcd891b..9380b9e774f 100644 --- a/suite/common/utilityOverlay.js +++ b/suite/common/utilityOverlay.js @@ -258,7 +258,7 @@ function goAboutDialog() if( defaultAboutState ) window.openDialog("chrome:global/content/about.xul", "About", "modal,chrome,resizable=yes,height=450,width=550"); else - window.openDialog( getBrowserURL(), "_blank", "chrome,all,dialog=no", 'chrome://global/content/about.html' ); + window.openDialog( getBrowserURL(), "_blank", "chrome,all,dialog=no", 'chrome://global/locale/about.html' ); }