diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 6a0a2c0b0a..6fa3cf8ad0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-11-30 Yuedong Du <yuedong.du@sun.com> + + * evolution-mail-list.xml: change shortcut of 'invert selection' from + ctrl+I to shift+ctrl+I. + 2003-11-18 Rodrigo Moya <rodrigo@ximian.com> * evolution-calendar.xml: removed the 'New...' items, since they are diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index b9c4a35fdf..8f4e4f3be6 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -16,7 +16,7 @@ <cmd name="EditInvertSelection" _tip="Select all and only the messages that are not currently selected" - accel="*Control*i"/> + accel="*Control**Shift*i"/> <cmd name="EditSelectAll" _tip="Select all visible messages" |