forgot to register the "patterns" actions.
2004-04-21 Michael Natterer <mitch@gimp.org> * app/actions/actions.c: forgot to register the "patterns" actions. * app/actions/*-actions.c: added actions representing the toplevel menus (popups and menubars). Fixed some typos. * menus/*-menu.xml: added action="foo" attributes to all toplevel menus. Fixed typos here too. * menus/gtkuimanager.dtd: fixed possible attributes.
This commit is contained in:

committed by
Michael Natterer

parent
8abf38f7d9
commit
2c601c7dc3
@ -53,23 +53,17 @@ static void tool_options_actions_update_presets (GimpActionGroup *group,
|
||||
|
||||
static GimpActionEntry tool_options_actions[] =
|
||||
{
|
||||
{ "tool-options-save-menu", NULL,
|
||||
N_("_Save Options to") },
|
||||
{ "tool-options-popup", NULL, 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") },
|
||||
{ "tool-options-delete-menu", NULL, N_("_Delete Saved Options") },
|
||||
|
||||
{ "tool-options-save-new", GTK_STOCK_NEW,
|
||||
N_("_New Entry..."), "", NULL,
|
||||
G_CALLBACK (tool_options_save_new_cmd_callback),
|
||||
GIMP_HELP_TOOL_OPTIONS_SAVE },
|
||||
|
||||
{ "tool-options-restore-menu", NULL,
|
||||
N_("_Restore Options from") },
|
||||
|
||||
{ "tool-options-rename-menu", NULL,
|
||||
N_("Re_name Saved Options") },
|
||||
|
||||
{ "tool-options-delete-menu", NULL,
|
||||
N_("_Delete Saved Options") },
|
||||
|
||||
{ "tool-options-reset", GIMP_STOCK_RESET,
|
||||
N_("R_eset Tool Options"), "", NULL,
|
||||
G_CALLBACK (tool_options_reset_cmd_callback),
|
||||
|
Reference in New Issue
Block a user