Changed the Expunge accel to ^E instead of ^X since ^X is Cut and

2001-06-27  Jeffrey Stedfast  <fejj@ximian.com>

	* evolution-mail-list.xml: Changed the Expunge accel to ^E instead
	of ^X since ^X is Cut and reveresed the order of the
	Cut/Copy/Paste and Select* menu item groups.

svn path=/trunk/; revision=10530
This commit is contained in:
Jeffrey Stedfast
2001-06-27 16:18:13 +00:00
committed by Jeffrey Stedfast
parent 44c167b08d
commit 041edb0ec8
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Changed the Expunge accel to ^E instead
of ^X since ^X is Cut and reveresed the order of the
Cut/Copy/Paste and Select* menu item groups.
2001-06-26 Peter Williams <peterw@ximian.com>
* evolution-mail-global.xml:

View File

@ -32,7 +32,7 @@
<cmd name="FolderExpunge"
_tip="Permanently remove all deleted messages from this folder"
accel="*Control*x"/>
accel="*Control*e"/>
<cmd name="HideDeleted"
_tip="Hide deleted messages rather than displaying them with a line through them"
@ -79,17 +79,17 @@ the verb.
<submenu name="Edit">
<placeholder name="MailListEdit">
<menuitem name="EditCut" verb="" _label="Cut"/>
<menuitem name="EditCopy" verb="" _label="Copy"/>
<menuitem name="EditPaste" verb="" _label="Paste"/>
<separator/>
<menuitem name="EditSelectAll" verb="" _label="Select _All"/>
<menuitem name="EditSelectThread" verb="" _label="Select _Thread"/>
<menuitem name="EditInvertSelection" verb="" _label="_Invert Selection"/>
<separator/>
<menuitem name="EditCut" verb="" _label="Cut"/>
<menuitem name="EditCopy" verb="" _label="Copy"/>
<menuitem name="EditPaste" verb="" _label="Paste"/>
<separator/>
</placeholder>
<placeholder name="MailListEditFlags">