mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 100567 Paste As Quotation shortcut not appearing on menuitem r=brade sr=mscott a=chofmann
This commit is contained in:
parent
9000045d3c
commit
8ee92404b7
@ -896,7 +896,7 @@
|
||||
<!-- Paste as quotation is used by mail compose,
|
||||
but in composer it has to go in the debug menu
|
||||
-->
|
||||
<menuitem id="menu_pasteQuote" accesskey="&editpastequotation.accesskey;" observes="cmd_pasteQuote"/>
|
||||
<menuitem id="menu_pasteQuote" accesskey="&editpastequotation.accesskey;" command="cmd_pasteQuote" key="pastequotationkb"/>
|
||||
|
||||
<!-- DEBUG only -->
|
||||
<menu id="debugMenu" label="&debugMenu.label;">
|
||||
|
@ -161,7 +161,6 @@
|
||||
<key id="key_cut"/>
|
||||
<key id="key_copy"/>
|
||||
<key id="key_paste"/>
|
||||
<key id="pastequotationkb"/>
|
||||
<key id="key_delete"/>
|
||||
<key id="key_selectAll"/>
|
||||
<key id="key_find" key="&findCmd.key;" command="cmd_find" modifiers="accel"/>
|
||||
|
Loading…
Reference in New Issue
Block a user