diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 04:31:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-05 04:31:03 +0800 |
commit | e35bc1ef622c86d9022afd90ed35d3e644dead8c (patch) | |
tree | f5706b0a94753b337b67e00f937dda1615e1fe3a /ui/evolution-mail-global.xml | |
parent | 3e05c184063d7ed97a3a63f19de151fb5bb8396f (diff) | |
download | gsoc2013-evolution-e35bc1ef622c86d9022afd90ed35d3e644dead8c.tar.gz gsoc2013-evolution-e35bc1ef622c86d9022afd90ed35d3e644dead8c.tar.zst gsoc2013-evolution-e35bc1ef622c86d9022afd90ed35d3e644dead8c.zip |
Add an F9 accelerator for the "Send/Receive" item.
* evolution-mail-global.xml: Add an F9 accelerator for the
"Send/Receive" item.
svn path=/trunk/; revision=12595
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 2cf57118e2..289713b031 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -72,7 +72,7 @@ <placeholder name="ComponentActionsPlaceholder"> <submenu name="Actions" _label="_Actions"> - <menuitem name="MailGetSend" verb="" _label="_Send / Receive"/> + <menuitem name="MailGetSend" verb="" _label="_Send / Receive" accel="F9"/> <menuitem name="ActionCompose" verb="MailCompose" _label="Compose _New Message"/> <separator/> |