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:
Michael Natterer
2004-04-21 16:10:00 +00:00
committed by Michael Natterer
parent 8abf38f7d9
commit 2c601c7dc3
43 changed files with 99 additions and 68 deletions

View File

@ -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),