Fix for Bug 223148: "Move Open Bookmark File to the File menu where it belongs"

r=dean_tessman, sr=alecf


git-svn-id: svn://10.0.0.236/trunk@155688 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-04-29 14:29:23 +00:00
parent 33cbd59c73
commit 1ec48db7fc

View File

@ -159,6 +159,9 @@
observes="cmd_bm_newseparator"/>
</menupopup>
</menu>
<menuitem label="&menuitem.open.label;"
accesskey="&menuitem.open.accesskey;"
oncommand="OpenBookmarksFile();"/>
<menuitem id="menu_close"/>
</menupopup>
</menu>
@ -238,9 +241,6 @@
<menuitem command="cmd_bm_find" key="bm_key_find"
label="&menuitem.find.label;"
accesskey="&menuitem.find.accesskey;"/>
<menuitem label="&menuitem.open.label;"
accesskey="&menuitem.open.accesskey;"
oncommand="OpenBookmarksFile();"/>
<menuitem label="&menuitem.import.label;"
accesskey="&menuitem.import.accesskey;"
observes="cmd_bm_import"/>