scripts: GIMP Online accelerator and link fixes
* 'Use selection' entry was missing due to wrong name * Write Table of contents without brackets, fixes #9903 * Avoid accelerator clashes
This commit is contained in:
parent
861583a3d7
commit
58f6d86b09
2 changed files with 8 additions and 5 deletions
|
|
@ -894,6 +894,9 @@
|
|||
<item><attribute name="action">app.help-context-help</attribute></item>
|
||||
<submenu>
|
||||
<attribute name="label" translatable="yes" context="help-action">_User Manual</attribute>
|
||||
<section>
|
||||
<attribute name="section-name" translatable="no">Table of Contents</attribute>
|
||||
</section>
|
||||
</submenu>
|
||||
<item><attribute name="action">app.dialogs-tips</attribute></item>
|
||||
<item><attribute name="action">app.dialogs-welcome</attribute></item>
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
; shortcuts to help topics
|
||||
(script-fu-register "gimp-help-concepts-paths"
|
||||
_"Using _Paths"
|
||||
_"_Using Paths"
|
||||
_"Bookmark to the user manual"
|
||||
"Roman Joost <romanofski@gimp.org>"
|
||||
"Roman Joost <romanofski@gimp.org>"
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
|
||||
|
||||
(script-fu-register "gimp-help-using-selections"
|
||||
_"Create and Use _Selections"
|
||||
_"_Create and Use Selections"
|
||||
_"Bookmark to the user manual"
|
||||
"Roman Joost <romanofski@gimp.org>"
|
||||
"Roman Joost <romanofski@gimp.org>"
|
||||
|
|
@ -159,11 +159,11 @@
|
|||
""
|
||||
)
|
||||
|
||||
(script-fu-menu-register "gimp-help-using-simpleobjects"
|
||||
(script-fu-menu-register "gimp-help-using-selections"
|
||||
"<Image>/Help/User Manual")
|
||||
|
||||
(script-fu-register "gimp-help-main"
|
||||
_"_[Table of Contents]"
|
||||
_"_Table of Contents"
|
||||
_"Bookmark to the user manual"
|
||||
"Alx Sa"
|
||||
"Alx Sa"
|
||||
|
|
@ -172,7 +172,7 @@
|
|||
)
|
||||
|
||||
(script-fu-menu-register "gimp-help-main"
|
||||
"<Image>/Help/User Manual")
|
||||
"<Image>/Help/User Manual/[Table of Contents]")
|
||||
|
||||
|
||||
;; Links to GIMP related web sites
|
||||
|
|
|
|||
Loading…
Reference in a new issue