mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-28 11:28:38 +00:00
Bookmark main menu item.
This commit is contained in:
parent
abc89631cc
commit
c1d76055da
@ -235,6 +235,8 @@
|
||||
<menupopup id="menu_MainPopup" onpopupshowing="MenuPopupShowing()" onpopuphidden="MenuPopupHidden()">
|
||||
|
||||
<menuitem id="command_BrowserOpenTab" command="cmd_BrowserOpenTab" label="&newtab.label;" />
|
||||
<menuitem id="command_BrowserBookmark" command="cmd_BrowserBookmark" label="&bookmark.label;" />
|
||||
|
||||
<!-- not working just yet.
|
||||
<menuitem id="command_BrowserScreenRotate" command="cmd_BrowserScreenRotate" label="Rotate Screen" />
|
||||
-->
|
||||
|
@ -3,6 +3,7 @@
|
||||
<!ENTITY prefs.label "Preferences...">
|
||||
<!ENTITY quit.label "Quit">
|
||||
<!ENTITY newtab.label "New Tab">
|
||||
<!ENTITY bookmarks.label "Bookmarks">
|
||||
|
||||
<!-- Toolbar -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user