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 /mail | |
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 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.server.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 703593302c..6ef0c850fd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-08-26 Christian Neumair <chris@gnome-de.org> + + * GNOME_Evolution_Mail.server.in.in: + Don't mark component menu accel for translation. + 2004-08-24 Jeffrey Stedfast <fejj@novell.com> Fix for bug #63177 diff --git a/mail/GNOME_Evolution_Mail.server.in.in b/mail/GNOME_Evolution_Mail.server.in.in index 54d7d8971a..047da4919b 100644 --- a/mail/GNOME_Evolution_Mail.server.in.in +++ b/mail/GNOME_Evolution_Mail.server.in.in @@ -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"/> |