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
@ -42,6 +42,8 @@
|
||||
|
||||
static GimpActionEntry gradients_actions[] =
|
||||
{
|
||||
{ "gradients-popup", NULL, N_("Gradients Menu") },
|
||||
|
||||
{ "gradients-edit", GIMP_STOCK_EDIT,
|
||||
N_("_Edit Gradient..."), NULL, NULL,
|
||||
G_CALLBACK (data_edit_data_cmd_callback),
|
||||
|
Reference in New Issue
Block a user