gimp/menus/tool-preset-editor-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

12 lines
324 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
<ui>
<popup action="tool-preset-editor-popup">
<menuitem action="tool-preset-editor-save" />
<menuitem action="tool-preset-editor-restore" />
<separator />
<menuitem action="tool-preset-editor-edit-active" />
</popup>
</ui>