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 /calendar/gui | |
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 'calendar/gui')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index fa73120e1d..21690f8f71 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -44,7 +44,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Calendar component"/> <oaf_attribute name="evolution:menu_label" type="string" _value="_Calendars"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F3"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F3"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> @@ -63,7 +63,7 @@ <oaf_attribute name="name" type="string" _value="Evolution's Tasks component"/> <oaf_attribute name="evolution:menu_label" type="string" _value="_Tasks"/> - <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F4"/> + <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F4"/> <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> |