[evolution-patches] Don't mark component menu accelerators for translation



Currently, the component server.in.in files have their menu accels
marked for translation. This isn't neccessary, i18n is already done
correctly.

regs,
 Chris
Index: ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in,v
retrieving revision 1.18
diff -u -r1.18 GNOME_Evolution_Addressbook.server.in.in
--- ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	19 May 2004 03:47:01 -0000	1.18
+++ ./addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in	21 Aug 2004 10:06:51 -0000
@@ -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"/>
Index: ./calendar/gui/GNOME_Evolution_Calendar.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/GNOME_Evolution_Calendar.server.in.in,v
retrieving revision 1.14
diff -u -r1.14 GNOME_Evolution_Calendar.server.in.in
--- ./calendar/gui/GNOME_Evolution_Calendar.server.in.in	19 May 2004 03:46:47 -0000	1.14
+++ ./calendar/gui/GNOME_Evolution_Calendar.server.in.in	21 Aug 2004 10:06:51 -0000
@@ -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"/>
Index: ./mail/GNOME_Evolution_Mail.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution/mail/GNOME_Evolution_Mail.server.in.in,v
retrieving revision 1.22
diff -u -r1.22 GNOME_Evolution_Mail.server.in.in
--- ./mail/GNOME_Evolution_Mail.server.in.in	19 May 2004 03:47:22 -0000	1.22
+++ ./mail/GNOME_Evolution_Mail.server.in.in	21 Aug 2004 10:06:51 -0000
@@ -30,7 +30,7 @@
     <oaf_attribute name="evolution:component_alias" type="string" value="mail"/>
 
     <oaf_attribute name="evolution:menu_label" type="string" _value="_Mail"/>
-    <oaf_attribute name="evolution:menu_accelerator" type="string" _value="*Control*F1"/>
+    <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F1"/>
     <oaf_attribute name="evolution:button_label" type="string" _value="Mail"/>
     <oaf_attribute name="evolution:button_sort_order" type="string" value="-10"/>
     <oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]