mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00

Though these are not as user-facing as other strings, the action names still are somewhat user-facing. Let's rename them consistently with the GUI and the API. This commit also handles user config migration so that custom shortcuts are not lost.
33 lines
1.6 KiB
XML
33 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/selection-popup">
|
|
<submenu>
|
|
<attribute name="label" translatable="yes" context="select-action">Selection Editor Menu</attribute>
|
|
<attribute name="icon">gimp-selection</attribute>
|
|
|
|
<item><attribute name="action">app.select-all</attribute></item>
|
|
<item><attribute name="action">app.select-none</attribute></item>
|
|
<item><attribute name="action">app.select-invert</attribute></item>
|
|
<item><attribute name="action">app.paths-selection-from-paths</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">app.select-cut-float</attribute></item>
|
|
<item><attribute name="action">app.select-copy-float</attribute></item>
|
|
</section>
|
|
<section>
|
|
<item><attribute name="action">app.select-feather</attribute></item>
|
|
<item><attribute name="action">app.select-sharpen</attribute></item>
|
|
<item><attribute name="action">app.select-shrink</attribute></item>
|
|
<item><attribute name="action">app.select-grow</attribute></item>
|
|
<item><attribute name="action">app.select-border</attribute></item>
|
|
<item><attribute name="action">app.select-flood</attribute></item>
|
|
</section>
|
|
<section>
|
|
<item><attribute name="action">app.select-save</attribute></item>
|
|
<item><attribute name="action">app.paths-selection-to-path</attribute></item>
|
|
</section>
|
|
<item><attribute name="action">app.select-fill</attribute></item>
|
|
<item><attribute name="action">app.select-stroke</attribute></item>
|
|
</submenu>
|
|
</menu>
|
|
</interface>
|