menus: Rearrange Help menu
Moves "About Gimp" to end of menu to match common UX. User Manual is also moved right after the Context Help option as they are related items.
This commit is contained in:
parent
05b808b095
commit
dc50bf0601
1 changed files with 9 additions and 7 deletions
|
|
@ -882,8 +882,10 @@
|
|||
<section>
|
||||
<item><attribute name="action">app.help-help</attribute></item>
|
||||
<item><attribute name="action">app.help-context-help</attribute></item>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes" context="help-action">_User Manual</attribute>
|
||||
</submenu>
|
||||
<item><attribute name="action">app.dialogs-tips</attribute></item>
|
||||
<item><attribute name="action">app.dialogs-about</attribute></item>
|
||||
<item><attribute name="action">app.dialogs-welcome</attribute></item>
|
||||
</section>
|
||||
<section>
|
||||
|
|
@ -892,12 +894,12 @@
|
|||
<section>
|
||||
<attribute name="section-name" translatable="no">Programming</attribute>
|
||||
</section>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes" context="help-action">_GIMP Online</attribute>
|
||||
</submenu>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes" context="help-action">_User Manual</attribute>
|
||||
</submenu>
|
||||
<section>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes" context="help-action">_GIMP Online</attribute>
|
||||
</submenu>
|
||||
<item><attribute name="action">app.dialogs-about</attribute></item>
|
||||
</section>
|
||||
</submenu>
|
||||
</menu>
|
||||
</interface>
|
||||
|
|
|
|||
Loading…
Reference in a new issue