diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-29 16:33:44 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-29 16:33:44 +0100 |
commit | 064212a25bea1fcf8901cd0a1d55aae0899f627c (patch) | |
tree | ab10f6b6641e090b48090de67cbcda49a9f07109 /timerapplet/timerapplet.c | |
parent | 103274c655d5eed254b552ed5cf19265cd8f98f2 (diff) | |
download | mate-applets-064212a25bea1fcf8901cd0a1d55aae0899f627c.tar.bz2 mate-applets-064212a25bea1fcf8901cd0a1d55aae0899f627c.tar.xz |
timerapplet: Translate context menu
Diffstat (limited to 'timerapplet/timerapplet.c')
-rw-r--r-- | timerapplet/timerapplet.c | 1 |
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); |