mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
18 lines
895 B
XML
18 lines
895 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<interface>
|
|
<menu id="/error-console-popup">
|
|
<item><attribute name="action">error-console.error-console-clear</attribute></item>
|
|
<item><attribute name="action">error-console.error-console-select-all</attribute></item>
|
|
<section>
|
|
<item><attribute name="action">error-console.error-console-save-all</attribute></item>
|
|
<item><attribute name="action">error-console.error-console-save-selection</attribute></item>
|
|
</section>
|
|
<submenu>
|
|
<attribute name="label">_Highlight</attribute>
|
|
<item><attribute name="action">error-console.error-console-highlight-error</attribute></item>
|
|
<item><attribute name="action">error-console.error-console-highlight-warning</attribute></item>
|
|
<item><attribute name="action">error-console.error-console-highlight-info</attribute></item>
|
|
</submenu>
|
|
</menu>
|
|
</interface>
|