aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-04 02:33:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-04 02:33:59 +0800
commit8a4fce2f2285e8048bca74f78e034db759933f57 (patch)
tree2359f847d7cbf92b173310271601f52b0dace6b0
parent1abe22818bf82d450536a38e05126f77ce019e8c (diff)
downloadgsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar.gz
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar.bz2
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar.lz
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar.xz
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.tar.zst
gsoc2013-evolution-8a4fce2f2285e8048bca74f78e034db759933f57.zip
Use bracketright and bracketleft for
next/prev unread. svn path=/trunk/; revision=17949
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-message.xml4
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"