added delete all to edit menu
2001-05-24 Radek Doulik <rodo@ximian.com> * evolution-message-composer.xml: added delete all to edit menu svn path=/trunk/; revision=9960
This commit is contained in:
committed by
Radek Doulik
parent
6245eada6f
commit
3d098a5dd5
@ -1,3 +1,7 @@
|
||||
2001-05-24 Radek Doulik <rodo@ximian.com>
|
||||
|
||||
* evolution-message-composer.xml: added delete all to edit menu
|
||||
|
||||
2001-05-22 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* evolution-addressbook.xml: make the name of menuitem/toolitem's
|
||||
|
||||
@ -32,6 +32,9 @@
|
||||
<cmd name="FileAttach" _label="Attach" _tip="Attach a file"
|
||||
pixtype="stock" pixname="Attach"/>
|
||||
|
||||
<cmd name="DeleteAll" _label="_Delete all"
|
||||
_tip="Delete all but signature"/>
|
||||
|
||||
<cmd name="FormatHtml" _label="HTML" _tip="Send the mail in HTML format"
|
||||
type="toggle" state="0"/>
|
||||
|
||||
@ -108,7 +111,9 @@
|
||||
</submenu>
|
||||
|
||||
|
||||
<submenu name="Edit" _label="_Edit"/>
|
||||
<submenu name="Edit" _label="_Edit">
|
||||
<menuitem name="DeleteAll" _label="_Delete all" verb="" accel="*Ctrl**Alt*d"/>
|
||||
</submenu>
|
||||
|
||||
<submenu name="View" _label="_View">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user