fix bug 1547 move about.html from content to locale

r=mcafee
This commit is contained in:
ftang%netscape.com 2006-07-29 05:34:29 +00:00
Родитель 07fd658029
Коммит 282c05cebc
1 изменённых файлов: 1 добавлений и 1 удалений

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

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