diff options
author | Christian Neumair <cneumair@src.gnome.org> | 2004-08-27 00:16:54 +0800 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2004-08-27 00:16:54 +0800 |
commit | 6bde4be459395b3c43063290b7e427b27db4cf7d (patch) | |
tree | cf040fd283ed8e0f256caaf7758de04a51293052 /addressbook/gui/component | |
parent | 0e3e684383975ced61e89be166969e69b5ef6689 (diff) | |
download | gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.gz gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.zst gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.zip |
Don't mark component menu accels for translation.
svn path=/trunk/; revision=27036
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index 0d7641dd48..f57fcb7f09 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -46,7 +46,7 @@ <oaf_attribute name="evolution:component_alias" type="string" value="contacts"/> <oaf_attribute name="evolution:menu_label" type="string" _value="C_ontacts"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F2"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F2"/> <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_addressbook"/> |