diff options
Diffstat (limited to 'command')
-rw-r--r-- | command/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/command/command.c b/command/command.c index 3079e56b..f32686da 100644 --- a/command/command.c +++ b/command/command.c @@ -346,6 +346,7 @@ command_applet_fill (MatePanelApplet* applet) /* set up context menu */ GtkActionGroup *action_group = gtk_action_group_new ("Command Applet Actions"); + gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE); gtk_action_group_add_actions (action_group, applet_menu_actions, G_N_ELEMENTS (applet_menu_actions), command_applet); mate_panel_applet_setup_menu (command_applet->applet, ui, action_group); |