diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-28 03:30:43 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-28 03:30:43 +0800 |
commit | 8b1870fd9c0312ce2b289a667664393afed3e8a4 (patch) | |
tree | f4089f6d2c32b66fd962fdc551ba5bba622c9c00 | |
parent | 205fef856fe6f55500eb9df6cc4cf5a3f635f6ca (diff) | |
download | gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar.gz gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar.bz2 gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar.lz gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar.xz gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.tar.zst gsoc2013-evolution-8b1870fd9c0312ce2b289a667664393afed3e8a4.zip |
Copy and Move to Folder now require the Shift key.
2001-06-27 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-message.xml: Copy and Move to Folder now require
the Shift key.
svn path=/trunk/; revision=10537
-rw-r--r-- | ui/ChangeLog | 3 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 963bc6c3de..ca522c50ea 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,8 @@ 2001-06-27 Jeffrey Stedfast <fejj@ximian.com> + * evolution-mail-message.xml: Copy and Move to Folder now require + the Shift key. + * 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. diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 7602683a91..9c602f31aa 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -34,7 +34,7 @@ <cmd name="MessageCopy" _tip="Copy selected messages to another folder" - accel="*Control*c" + accel="*Control**Shift*c" pixtype="pixbuf" /> <cmd name="MessageDelete" @@ -67,7 +67,7 @@ <cmd name="MessageMove" _tip="Move selected messages to another folder" - accel="*Control*m" + accel="*Control**Shift*m" pixtype="pixbuf"/> <cmd name="MessageOpen" |