implemented gimp_action_group_set_action_color() and
2004-04-22 Michael Natterer <mitch@gimp.org> * app/widgets/gimpactiongroup.[ch]: implemented gimp_action_group_set_action_color() and gimp_action_group_set_action_viewable(). * app/actions/*-actions.c: added stock IDs to all actions which represent toplevel popup menus. Fixed typos. * menus/brushes-menu.xml * menus/colormap-editor-menu.xml * menus/dockable-menu.xml * menus/gradients-menu.xml * menus/patterns-menu.xml * menus/toolbox-menu.xml: fixed typos.
This commit is contained in:

committed by
Michael Natterer

parent
c6c1688ec9
commit
42f79826a9
@ -53,7 +53,8 @@ static void tool_options_actions_update_presets (GimpActionGroup *group,
|
||||
|
||||
static GimpActionEntry tool_options_actions[] =
|
||||
{
|
||||
{ "tool-options-popup", NULL, N_("Tool Options Menu") },
|
||||
{ "tool-options-popup", GIMP_STOCK_TOOL_OPTIONS, N_("Tool Options Menu") },
|
||||
|
||||
{ "tool-options-save-menu", NULL, N_("_Save Options to") },
|
||||
{ "tool-options-restore-menu", NULL, N_("_Restore Options from") },
|
||||
{ "tool-options-rename-menu", NULL, N_("Re_name Saved Options") },
|
||||
|
Reference in New Issue
Block a user