[evolution] Bug #617041 - Set translation domain for e-mail-reader actions



commit 37535d485773559602898b879c63c2d98ead3f74
Author: Gert Kulyk <gkulyk yahoo de>
Date:   Wed May 19 13:38:52 2010 +0200

    Bug #617041 - Set translation domain for e-mail-reader actions

 mail/e-mail-reader.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 1293730..ac36600 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2595,6 +2595,7 @@ e_mail_reader_init (EMailReader *reader)
 
 	/* Add the other actions the normal way. */
 
+	gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE);
 	gtk_action_group_add_actions (
 		action_group, mail_reader_entries,
 		G_N_ELEMENTS (mail_reader_entries), reader);



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