Skip to content

Commit

Permalink
audgui: Use correct gettext domain when creating sub-menus. Closes: #386
Browse files Browse the repository at this point in the history
.
  • Loading branch information
jlindgren90 committed Jan 6, 2014
1 parent 15c768e commit 56beb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libaudgui/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ EXPORT GtkWidget * audgui_menu_item_new_with_domain
else
{
sub = gtk_menu_new ();
audgui_menu_init (sub, item->items, item->n_items, accel);
audgui_menu_init_with_domain (sub, item->items, item->n_items, accel, domain);
}

gtk_menu_item_set_submenu ((GtkMenuItem *) widget, sub);
Expand Down

0 comments on commit 56beb49

Please sign in to comment.