diff options
author | Yuedong Du <uuedong.du@sun.com> | 2003-09-09 13:24:16 +0800 |
---|---|---|
committer | Yuedong Du <york@src.gnome.org> | 2003-09-09 13:24:16 +0800 |
commit | 410e31c83ca9552c0825783ee5a530e0da60242c (patch) | |
tree | be18ed710c79b45ad8f0737ea6a1c07fde83406e /ui/evolution-mail-global.xml | |
parent | 562d529982e362f7f9cad2ef34ee503a2a353127 (diff) | |
download | gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar.gz gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar.bz2 gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar.lz gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar.xz gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.tar.zst gsoc2013-evolution-410e31c83ca9552c0825783ee5a530e0da60242c.zip |
add access key 'w' for 'Post New Message' change the access key of Expunge
2003-09-05 Yuedong Du <uuedong.du@sun.com>
* evolution-mail-global.xml: add access key 'w' for 'Post New Message'
* evolution-mail-list.xml: change the access key of Expunge to 'x',
thus 'Post a Reply' can use 'e'.
* evolution-mail-message.xml: add access key 'y' for 'Post a Reply'
svn path=/trunk/; revision=22492
Diffstat (limited to 'ui/evolution-mail-global.xml')
-rw-r--r-- | ui/evolution-mail-global.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index ba7c5c9682..db0a2eaf7c 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -62,7 +62,7 @@ <submenu name="Actions" _label="_Actions"> <placeholder name="ComponentActionsPlaceholder"> <menuitem name="ActionCompose" verb="MailCompose" _label="Compose _New Message"/> - <menuitem name="ActionPost" verb="MailPost" _label="Post New Message"/> + <menuitem name="ActionPost" verb="MailPost" _label="Post Ne_w Message"/> <menuitem name="ActionStop" verb="MailStop" _label="Cancel"/> <separator f="" name="emailglobal"/> |