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 /ui/evolution-mail-message.xml | |
parent | fd5ddbb60679bdd23c56a35dfadcc6f65a412964 (diff) | |
download | gsoc2013-evolution-792ed138bd8912ce3ae9c26f0fdb380a1c129d95.tar.gz 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
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |