Bug 807531 - remove access keys from view->sidebar menu. r=dao

This commit is contained in:
Mark Hammond 2012-11-15 20:30:05 +11:00
parent a1d0e1ff9a
commit 9e7b599eaf
2 changed files with 2 additions and 6 deletions

View File

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

View File

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