diff options
Diffstat (limited to 'ui')
-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" |