diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-28 00:18:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-28 00:18:13 +0800 |
commit | 041edb0ec82bd8eefd284cff1f50f3d262191f52 (patch) | |
tree | 38e9b91adf8d11523cafaefca04940b3f9c127de /ui/evolution-mail-list.xml | |
parent | 44c167b08da26a255f87b8a8f90e4090eb275ec2 (diff) | |
download | gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.gz gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.zst gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.zip |
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
Diffstat (limited to 'ui/evolution-mail-list.xml')
-rw-r--r-- | ui/evolution-mail-list.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index ed2111bdbe..2ce344068f 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -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"> |