mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 361901: Save Page menuitem label missing from File menu when DM is open. Patch by Stefan Hermes <stefanh@bluebottle.com>, r=mnyromyr, sr=neil
This commit is contained in:
parent
7772dfd16e
commit
5bbe073d5f
@ -45,7 +45,21 @@
|
||||
<script type="application/x-javascript" src="chrome://navigator/content/browser.js"/>
|
||||
<script type="application/x-javascript" src="chrome://navigator/content/navigator.js"/>
|
||||
|
||||
<stringbundleset id="stringbundleset"/>
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
function dmOverlayStartup() {
|
||||
pref = Components.classes["@mozilla.org/preferences-service;1"]
|
||||
.getService(Components.interfaces.nsIPrefService).getBranch(null);
|
||||
gNavigatorBundle = document.getElementById("bundle_navigator");
|
||||
}
|
||||
|
||||
addEventListener("load", dmOverlayStartup, false);
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<stringbundleset id="stringbundleset">
|
||||
<stringbundle id="bundle_navigator" src="chrome://navigator/locale/navigator.properties"/>
|
||||
</stringbundleset>
|
||||
|
||||
<!-- keys are appended from the overlay -->
|
||||
<keyset id="tasksKeys">
|
||||
|
Loading…
Reference in New Issue
Block a user