diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-20 07:58:16 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-20 07:58:16 +0800 |
commit | 59ad9dc53e0d650a58aa423998f38fea70f13dd3 (patch) | |
tree | b58e9735f1bb57157925d212a0b07608f303f2ed | |
parent | 56b8a46148553e4e677e63878c7e036f1049b0e6 (diff) | |
download | gsoc2013-evolution-59ad9dc53e0d650a58aa423998f38fea70f13dd3.tar.gz gsoc2013-evolution-59ad9dc53e0d650a58aa423998f38fea70f13dd3.tar.zst gsoc2013-evolution-59ad9dc53e0d650a58aa423998f38fea70f13dd3.zip |
fixed duplicated mnemonic. Fixes bug 319946.
2005-12-19 Andre Klapper <a9016009@gmx.de>
* evolution.xml: fixed duplicated mnemonic.
Fixes bug 319946.
svn path=/trunk/; revision=30884
-rw-r--r-- | ui/evolution.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 8799bd97de..9e77eef1ba 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -62,7 +62,7 @@ <separator f="" name="eshell4"/> - <menuitem name="SendReceive" verb="" _label="_Send / Receive" accel="F9"/> + <menuitem name="SendReceive" verb="" _label="Send / _Receive" accel="F9"/> <placeholder name="FileOps"/> |