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