Bug 100567 Paste As Quotation shortcut not appearing on menuitem r=brade sr=mscott a=chofmann

This commit is contained in:
neil%parkwaycc.co.uk 2004-03-25 12:42:10 +00:00
parent 9000045d3c
commit 8ee92404b7
2 changed files with 1 additions and 2 deletions

View File

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

View File

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