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.
18 lines
437 B
XML
18 lines
437 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
|
|
|
<ui>
|
|
<popup action="patterns-menu">
|
|
|
|
<!-- disabled because they are useless now
|
|
<menuitem action="patterns-edit" />
|
|
<separator />
|
|
<menuitem action="patterns-new" />
|
|
<menuitem action="patterns-duplicate" />
|
|
-->
|
|
|
|
<menuitem action="patterns-delete" />
|
|
<separator />
|
|
<menuitem action="patterns-refresh" />
|
|
</popup>
|
|
</ui>
|