зеркало из https://github.com/mozilla/pjs.git
83017: Fix title of the page info window. Fix from Daniel Brooks db48x@yahoo.com, sr=alecf, a=asa
This commit is contained in:
Родитель
5d50d24f8c
Коммит
95d9d1a6a9
|
@ -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 -->
|
||||||
|
|
Загрузка…
Ссылка в новой задаче