aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorGert Kulyk <gkulyk@yahoo.de>2010-05-19 19:38:52 +0800
committerMilan Crha <mcrha@redhat.com>2010-05-19 19:38:52 +0800
commit37535d485773559602898b879c63c2d98ead3f74 (patch)
tree992b0a42446c1c4ccfea1a07bf06f7e47eaf0845 /mail
parentb94a22ea8cb810fa1683534b92babc84caa8acea (diff)
downloadgsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar.gz
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar.bz2
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar.lz
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar.xz
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.tar.zst
gsoc2013-evolution-37535d485773559602898b879c63c2d98ead3f74.zip
Bug #617041 - Set translation domain for e-mail-reader actions
Diffstat (limited to 'mail')
-rw-r--r--mail/e-mail-reader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 1293730a63..ac36600725 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);