Gimp/menus/sample-points-menu.ui
Jehan 033aa8e71b menus: add all the missing menus in the new GtkBuilder format!
I was handling all the problematic cases first. These remaining menus are
working fine otherwise by just implementing them, as far as my tests go.
2023-04-12 22:07:08 +02:00

12 lines
397 B
XML

<?xml version="1.0" encoding="utf-8"?>
<interface>
<menu id="/sample-points-popup">
<submenu>
<attribute name="label" translatable="yes" context="sample-points-action">Sample Point Menu</attribute>
<attribute name="icon">gimp-sample-point</attribute>
<item><attribute name="action">app.sample-points-sample-merged</attribute></item>
</submenu>
</menu>
</interface>