mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Bug 807531 - remove access keys from view->sidebar menu. r=dao
This commit is contained in:
parent
a1d0e1ff9a
commit
9e7b599eaf
@ -203,13 +203,11 @@
|
||||
<menupopup id="viewSidebarMenu">
|
||||
<menuitem id="menu_bookmarksSidebar"
|
||||
key="viewBookmarksSidebarKb"
|
||||
observes="viewBookmarksSidebar"
|
||||
accesskey="&bookmarksButton.accesskey;"/>
|
||||
observes="viewBookmarksSidebar"/>
|
||||
<menuitem id="menu_historySidebar"
|
||||
key="key_gotoHistory"
|
||||
observes="viewHistorySidebar"
|
||||
label="&historyButton.label;"
|
||||
accesskey="&historySidebarCmd.accesskey;"/>
|
||||
label="&historyButton.label;"/>
|
||||
<menuitem id="menu_socialSidebar"
|
||||
type="checkbox"
|
||||
autocheck="false"
|
||||
|
@ -161,7 +161,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
||||
|
||||
<!ENTITY bookmarksButton.label "Bookmarks">
|
||||
<!ENTITY bookmarksButton.tooltip "Display your bookmarks">
|
||||
<!ENTITY bookmarksButton.accesskey "B">
|
||||
<!ENTITY bookmarksCmd.commandkey "b">
|
||||
|
||||
<!ENTITY bookmarksMenuButton.label "Bookmarks">
|
||||
@ -178,7 +177,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
||||
|
||||
<!ENTITY historyButton.label "History">
|
||||
<!ENTITY historyButton.tooltip "Display pages you've viewed recently">
|
||||
<!ENTITY historySidebarCmd.accesskey "s">
|
||||
<!ENTITY historySidebarCmd.commandKey "h">
|
||||
|
||||
<!ENTITY toolsMenu.label "Tools">
|
||||
|
Loading…
Reference in New Issue
Block a user