From 58f6d86b098db258ef1165fe92fd79e4f4809d5e Mon Sep 17 00:00:00 2001 From: Anders Jonsson Date: Sun, 18 Feb 2024 13:09:45 +0100 Subject: [PATCH] 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 --- menus/image-menu.ui.in.in | 3 +++ plug-ins/script-fu/scripts/gimp-online.scm | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/menus/image-menu.ui.in.in b/menus/image-menu.ui.in.in index 44e392e973..209bc8d646 100644 --- a/menus/image-menu.ui.in.in +++ b/menus/image-menu.ui.in.in @@ -894,6 +894,9 @@ app.help-context-help _User Manual +
+ Table of Contents +
app.dialogs-tips app.dialogs-welcome diff --git a/plug-ins/script-fu/scripts/gimp-online.scm b/plug-ins/script-fu/scripts/gimp-online.scm index 5c89f8a2dd..09b05d4146 100644 --- a/plug-ins/script-fu/scripts/gimp-online.scm +++ b/plug-ins/script-fu/scripts/gimp-online.scm @@ -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 " "Roman Joost " @@ -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 " "Roman Joost " @@ -159,11 +159,11 @@ "" ) -(script-fu-menu-register "gimp-help-using-simpleobjects" +(script-fu-menu-register "gimp-help-using-selections" "/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" - "/Help/User Manual") + "/Help/User Manual/[Table of Contents]") ;; Links to GIMP related web sites