diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 691011ecd8..7ce618f3e1 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-09-03 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-message.xml: Use bracketright and bracketleft for + next/prev unread. + 2002-08-06 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: New placeholder at diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index d610a02608..99ca2ffdcd 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -13,7 +13,7 @@ <cmd name="MailNextUnread" _tip="Display the next unread message" - accel="period"/> + accel="bracketright"/> <cmd name="MailNextThread" _tip="Display the next unread thread"/> @@ -26,7 +26,7 @@ <cmd name="MailPreviousUnread" _tip="Display the previous unread message" - accel="comma"/> + accel="bracketleft"/> <cmd name="MessageApplyFilters" _tip="Apply filter rules to the selected messages" |