Bugzilla Bug 68972 duplicate/missing mnemonics in file menu of bookmarks window

patch by walk84@yahoo.com r=timeless sr=blizzard
This commit is contained in:
timeless%mac.com 2001-07-17 05:21:10 +00:00
parent fd0adee7de
commit 54fd1a7d7f
2 changed files with 16 additions and 6 deletions

View File

@ -132,13 +132,21 @@
<menuitem label="&command.newBookmark.label;"
accesskey="&command.newBookmark.accesskey;"
observes="cmd_newbookmark"/>
<menuitem label="&command.newFolder.label;" observes="cmd_newfolder"/>
<menuitem label="&command.newSeparator.label;" observes="cmd_newseparator"/>
<menuitem label="&command.newFolder.label;"
accesskey="&command.newFolder.accesskey;"
observes="cmd_newfolder"/>
<menuitem label="&command.newSeparator.label;"
accesskey="&command.newSeparator.accesskey;"
observes="cmd_newseparator"/>
<menuseparator/>
<menuitem id="menu_close"/>
<menuseparator/>
<menuitem label="&menuitem.import.label;" observes="cmd_import"/>
<menuitem label="&menuitem.export.label;" observes="cmd_export"/>
<menuitem label="&menuitem.import.label;"
accesskey="&menuitem.import.accesskey;"
observes="cmd_import"/>
<menuitem label="&menuitem.export.label;"
accesskey="&menuitem.export.accesskey;"
observes="cmd_export"/>
<menuseparator/>
<menuitem observes="cmd_properties" key="bm_key_properties"
label="&command.properties.label;"

View File

@ -24,19 +24,21 @@
<!-- extracted from ./bookmarks.xul -->
<!ENTITY command.newBookmark.label "New Bookmark">
<!ENTITY command.newBookmark.accesskey "n">
<!ENTITY command.newBookmark.accesskey "b">
<!ENTITY command.newFolder.label "New Folder">
<!ENTITY command.newFolder.accesskey "f">
<!ENTITY command.newSeparator.label "New Separator">
<!ENTITY command.newSeparator.accesskey "s">
<!ENTITY menuitem.import.label "Import Bookmarks...">
<!ENTITY menuitem.import.accesskey "i">
<!ENTITY menuitem.export.label "Export Bookmarks...">
<!ENTITY menuitem.export.accesskey "e">
<!ENTITY menuitem.find.label "Find Bookmarks...">
<!ENTITY command.findBookmarks.label "Find...">
<!ENTITY menuitem.find.accesskey "f">
<!ENTITY edit.find.keybinding "f">
<!ENTITY command.properties.label "Properties">
<!ENTITY command.properties.accesskey "i">
<!ENTITY command.properties.accesskey "r">
<!ENTITY edit.properties.keybinding "i">
<!ENTITY command.rename.label "Rename...">
<!ENTITY command.delete.label "Delete">