mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
app, menus: progressively move to action group logics.
This commit is contained in:
parent
d9b9fa0acd
commit
ce776c947d
31 changed files with 344 additions and 319 deletions
|
@ -2,17 +2,17 @@
|
|||
|
||||
<interface>
|
||||
<menu id="/error-console-popup">
|
||||
<item><attribute name="action">app.error-console-clear</attribute></item>
|
||||
<item><attribute name="action">app.error-console-select-all</attribute></item>
|
||||
<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">app.error-console-save-all</attribute></item>
|
||||
<item><attribute name="action">app.error-console-save-selection</attribute></item>
|
||||
<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">app.error-console-highlight-error</attribute></item>
|
||||
<item><attribute name="action">app.error-console-highlight-warning</attribute></item>
|
||||
<item><attribute name="action">app.error-console-highlight-info</attribute></item>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue