diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-29 01:23:05 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-29 01:23:05 +0800 |
commit | 34ea3020395002ea43ddad071db305b4a35c51cc (patch) | |
tree | 9667adc830fd821e01d70cbe8da983007e26340a /ui | |
parent | 51ef71779422315908198db5e81f91785a348ef6 (diff) | |
download | gsoc2013-evolution-34ea3020395002ea43ddad071db305b4a35c51cc.tar.gz gsoc2013-evolution-34ea3020395002ea43ddad071db305b4a35c51cc.tar.zst gsoc2013-evolution-34ea3020395002ea43ddad071db305b4a35c51cc.zip |
Change "mark as read" to be C-k instead of C-q, which is a standard
GNOME binding for "quit".
svn path=/trunk/; revision=8990
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 6db5c397ed..eddd7b38e2 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-03-28 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail.xml: Bind "MessageMarkAsRead" to `Control-k' instead of + `Control-q'. + 2001-03-20 Ettore Perazzoli <ettore@ximian.com> * evolution-mail.xml: Change "Send and Receive" to "Send / diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index bc1e1f8e56..2916746434 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -103,7 +103,7 @@ <menuitem name="MessageMarkAsRead" verb="" _label="Mar_k as Read" - accel="*Control*q"/> + accel="*Control*k"/> <menuitem name="MessageMarkAsUnRead" verb="" _label="Mark as U_nread" |