aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorChristian Neumair <cneumair@src.gnome.org>2004-08-27 00:16:54 +0800
committerChristian Neumair <cneumair@src.gnome.org>2004-08-27 00:16:54 +0800
commit6bde4be459395b3c43063290b7e427b27db4cf7d (patch)
treecf040fd283ed8e0f256caaf7758de04a51293052 /calendar
parent0e3e684383975ced61e89be166969e69b5ef6689 (diff)
downloadgsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar
gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.gz
gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.bz2
gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.lz
gsoc2013-evolution-6bde4be459395b3c43063290b7e427b27db4cf7d.tar.xz
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')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/GNOME_Evolution_Calendar.server.in.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 72d437649f..a7575148c3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-26 Christian Neumair <chris@gnome-de.org>
+
+ * gui/GNOME_Evolution_Calendar.server.in.in:
+ Don't mark component menu accels for translation.
+
2004-08-25 JP Rosevear <jpr@novell.com>
* conduits/todo/todo-conduit.c (for_each): prepare the local
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"/>