2005-06-20 Michael Natterer <mitch@gimp.org> * app/actions/documents-actions.c * app/actions/documents-commands.[ch] * app/widgets/gimphelp-ids.h * menus/documents-menu.xml: added "Clear document history" action, button, menu item and confirm dialog (bug #140001).
16 lines
541 B
XML
16 lines
541 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
|
|
|
<ui>
|
|
<popup action="documents-popup">
|
|
<menuitem action="documents-open" />
|
|
<menuitem action="documents-raise-or-open" />
|
|
<menuitem action="documents-file-open-dialog" />
|
|
<menuitem action="documents-remove" />
|
|
<menuitem action="documents-clear" />
|
|
<separator />
|
|
<menuitem action="documents-recreate-preview" />
|
|
<menuitem action="documents-reload-previews" />
|
|
<menuitem action="documents-remove-dangling" />
|
|
</popup>
|
|
</ui>
|