gimp/menus/palette-editor-menu.xml
Michael Natterer 2c601c7dc3 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.
2004-04-21 16:10:00 +00:00

16 lines
523 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
<ui>
<popup action="palette-editor-popup">
<menuitem action="palette-editor-edit-color" />
<menuitem action="palette-editor-new-color-fg" />
<menuitem action="palette-editor-new-color-bg" />
<menuitem action="palette-editor-delete-color" />
<separator />
<menuitem action="palette-editor-zoom-out" />
<menuitem action="palette-editor-zoom-in" />
<menuitem action="palette-editor-zoom-all" />
</popup>
</ui>