mirror of https://github.com/GNOME/gimp.git
12 lines
306 B
XML
12 lines
306 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
|
|
|
|
<ui>
|
|
<popup action="colormap-popup">
|
|
<menuitem action="colormap-edit-color" />
|
|
<menuitem action="colormap-add-color-from-fg" />
|
|
<menuitem action="colormap-add-color-from-bg" />
|
|
<separator />
|
|
</popup>
|
|
</ui>
|