plug-ins: update the Help/GIMP Online links.

- Remove the wiki which is now dead.
- Update the roadmap link and title it in plural.
- Move the "Bug Reports and Feature Requests" inside "GIMP Online/" submenu.
This commit is contained in:
Jehan
2023-07-13 23:11:21 +02:00
parent d99b933243
commit 4c1ae49fc9

View File

@ -170,11 +170,7 @@
)
(define (gimp-online-roadmap)
(plug-in-web-browser "https://wiki.gimp.org/wiki/Roadmap")
)
(define (gimp-online-wiki)
(plug-in-web-browser "https://wiki.gimp.org/wiki/Main_Page")
(plug-in-web-browser "https://developer.gimp.org/core/roadmap/")
)
(define (gimp-online-bugs-features)
@ -213,8 +209,8 @@
(script-fu-register "gimp-online-roadmap"
_"_Roadmap"
_"Bookmark to the roadmap of GIMP"
_"_Roadmaps"
_"Bookmark to the roadmaps of GIMP"
"Alexandre Prokoudine <alexandre.prokoudine@gmail.com>"
"Alexandre Prokoudine <alexandre.prokoudine@gmail.com>"
"2018"
@ -225,19 +221,6 @@
"<Image>/Help/GIMP Online")
(script-fu-register "gimp-online-wiki"
_"_Wiki"
_"Bookmark to the wiki of GIMP"
"Alexandre Prokoudine <alexandre.prokoudine@gmail.com>"
"Alexandre Prokoudine <alexandre.prokoudine@gmail.com>"
"2018"
""
)
(script-fu-menu-register "gimp-online-wiki"
"<Image>/Help/GIMP Online")
(script-fu-register "gimp-online-bugs-features"
_"_Bug Reports and Feature Requests"
_"Bookmark to the bug tracker of GIMP"
@ -248,7 +231,7 @@
)
(script-fu-menu-register "gimp-online-bugs-features"
"<Image>/Help")
"<Image>/Help/GIMP Online")
(script-fu-register "gimp-online-docs-web-site"