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:
ajschult%verizon.net 2006-12-02 16:40:40 +00:00
Родитель 7772dfd16e
Коммит 5bbe073d5f
1 изменённых файлов: 15 добавлений и 1 удалений

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

@ -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">