83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa

This commit is contained in:
akkana%netscape.com 2006-09-14 06:03:33 +00:00
Родитель 5d50d24f8c
Коммит 95d9d1a6a9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1057,7 +1057,7 @@ function BrowserViewSourceOfURL(url, charset)
url, charset); url, charset);
} }
// doc=owner document. // doc=null for regular page info, doc=owner document for frame info.
function BrowserPageInfo(doc) function BrowserPageInfo(doc)
{ {
window.openDialog("chrome://navigator/content/pageInfo.xul", window.openDialog("chrome://navigator/content/pageInfo.xul",

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

@ -134,7 +134,7 @@
<!-- View Menu --> <!-- View Menu -->
<command id="View:PageSource" oncommand="BrowserViewSource();"/> <command id="View:PageSource" oncommand="BrowserViewSource();"/>
<command id="View:PageInfo" oncommand="BrowserPageInfo(getBrowser().contentDocument);"/> <command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
<command id="View:FullScreen" oncommand="BrowserFullScreen();"/> <command id="View:FullScreen" oncommand="BrowserFullScreen();"/>
<!-- Search Menu --> <!-- Search Menu -->