summaryrefslogtreecommitdiff
path: root/timerapplet
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-29 16:33:44 +0100
committerStefano Karapetsas <[email protected]>2014-01-29 16:33:44 +0100
commit064212a25bea1fcf8901cd0a1d55aae0899f627c (patch)
treeab10f6b6641e090b48090de67cbcda49a9f07109 /timerapplet
parent103274c655d5eed254b552ed5cf19265cd8f98f2 (diff)
downloadmate-applets-064212a25bea1fcf8901cd0a1d55aae0899f627c.tar.bz2
mate-applets-064212a25bea1fcf8901cd0a1d55aae0899f627c.tar.xz
timerapplet: Translate context menu
Diffstat (limited to 'timerapplet')
-rw-r--r--timerapplet/timerapplet.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c
index 59b62ca4..8e64c14f 100644
--- a/timerapplet/timerapplet.c
+++ b/timerapplet/timerapplet.c
@@ -417,6 +417,7 @@ timer_applet_fill (MatePanelApplet* applet_widget)
/* set up context menu */
applet->action_group = gtk_action_group_new ("Timer Applet Actions");
+ gtk_action_group_set_translation_domain (applet->action_group, GETTEXT_PACKAGE);
gtk_action_group_add_actions (applet->action_group, applet_menu_actions,
G_N_ELEMENTS (applet_menu_actions), applet);
mate_panel_applet_setup_menu (applet->applet, ui, applet->action_group);