summaryrefslogtreecommitdiffstats
path: root/menus/tool-options-menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'menus/tool-options-menu.xml')
-rw-r--r--menus/tool-options-menu.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/menus/tool-options-menu.xml b/menus/tool-options-menu.xml
new file mode 100644
index 0000000..78e65ee
--- /dev/null
+++ b/menus/tool-options-menu.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
+
+<ui>
+ <popup action="tool-options-popup">
+ <menu action="tool-options-save-preset-menu" name="Save">
+ <menuitem action="tool-options-save-new-preset" />
+ <separator />
+ </menu>
+ <menu action="tool-options-restore-preset-menu" name="Restore" />
+ <menu action="tool-options-edit-preset-menu" name="Edit" />
+ <menu action="tool-options-delete-preset-menu" name="Delete" />
+ <separator />
+ <menuitem action="tool-options-reset" />
+ <menuitem action="tool-options-reset-all" />
+ </popup>
+</ui>