aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-28 00:18:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-28 00:18:13 +0800
commit041edb0ec82bd8eefd284cff1f50f3d262191f52 (patch)
tree38e9b91adf8d11523cafaefca04940b3f9c127de /ui
parent44c167b08da26a255f87b8a8f90e4090eb275ec2 (diff)
downloadgsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar
gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.gz
gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.bz2
gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.lz
gsoc2013-evolution-041edb0ec82bd8eefd284cff1f50f3d262191f52.tar.xz
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')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution-mail-list.xml14
2 files changed, 13 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index f37db02e55..963bc6c3de 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -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:
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">