Bug 952742 - [Australis] "Move to menu" label is using the wrong entity for accesskey; r=dolske

This commit is contained in:
Francesco Lodolo (:flod) 2014-01-03 15:04:56 +01:00
parent 7e24df8b19
commit 7b04b53ae6

View File

@ -245,7 +245,7 @@
<menupopup id="toolbar-context-menu"
onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('viewToolbarsMenuSeparator'));">
<menuitem oncommand="gCustomizeMode.addToPanel(document.popupNode)"
accesskey="&customizeMenu.addToPanel.accesskey;"
accesskey="&customizeMenu.moveToPanel.accesskey;"
label="&customizeMenu.moveToPanel.label;"
class="customize-context-moveToPanel"/>
<menuitem oncommand="gCustomizeMode.removeFromArea(document.popupNode)"