gimp/menus/tool-presets-menu.xml
Michael Natterer 3d1c5641f7 Bug 731279 - Tool Preset Editor not working correctly
Have "Save" and "Restore" buttons in both the tool preset list/grid
and the tool preset editor. The save button stores the active tool's
options in the preset, if possible.
2016-10-12 23:51:24 +02:00

20 lines
627 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
<ui>
<popup action="tool-presets-popup">
<menuitem action="tool-presets-edit" />
<separator />
<menuitem action="tool-presets-new" />
<menuitem action="tool-presets-duplicate" />
<menuitem action="tool-presets-copy-location" />
<menuitem action="tool-presets-show-in-file-manager" />
<menuitem action="tool-presets-save" />
<menuitem action="tool-presets-restore" />
<menuitem action="tool-presets-delete" />
<separator />
<menuitem action="tool-presets-refresh" />
<separator />
</popup>
</ui>