Gimp/menus/tool-options-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

20 lines
549 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
<ui>
<popup action="tool-options-popup">
<menu action="tool-options-save-menu">
<menuitem action="tool-options-save-new" />
<separator />
</menu>
<menu action="tool-options-restore-menu">
</menu>
<menu action="tool-options-rename-menu">
</menu>
<menu action="tool-options-delete-menu">
</menu>
<separator />
<menuitem action="tool-options-reset" />
<menuitem action="tool-options-reset-all" />
</popup>
</ui>