diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 06:54:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 06:54:21 +0800 |
commit | 792ed138bd8912ce3ae9c26f0fdb380a1c129d95 (patch) | |
tree | 3c1ce21189614518c3aa6001899e4f6a6c723eea | |
parent | fd5ddbb60679bdd23c56a35dfadcc6f65a412964 (diff) | |
download | gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.gz gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.bz2 gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.lz gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.xz gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.zst gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.zip |
Change "Copy to Folder" to be Ctrl-Shift-Y so we are more like O* and
* evolution-mail-message.xml: Change "Copy to Folder" to be
Ctrl-Shift-Y so we are more like O* and don't get in the way of
the Ctrl-Shift-C for "New Contact".
svn path=/trunk/; revision=12608
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 2b565a46ca..2089d265a3 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,11 @@ 2001-09-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail-message.xml: Change "Copy to Folder" to be + Ctrl-Shift-Y so we are more like O* and don't get in the way of + the Ctrl-Shift-C for "New Contact". + +2001-09-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-mail-global.xml: Add an F9 accelerator for the "Send/Receive" item. diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index bc01c330f4..44e0e630eb 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -35,7 +35,7 @@ <cmd name="MessageCopy" _tip="Copy selected messages to another folder" - accel="*Control**Shift*c" + accel="*Control**Shift*y" pixtype="pixbuf"/> <cmd name="MessageDelete" |