fix bug 1547 move about.html from content to locale

r=mcafee


git-svn-id: svn://10.0.0.236/trunk@205273 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com
2006-07-29 05:34:29 +00:00
parent d0d8b073a0
commit 2dacd3832d

View File

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