blob: 6bb744b0aede581f8735c929d00c1a8d6fd925a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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>
|