From 7b37d5bee8143e7bc8381044f776280ef26a6618 Mon Sep 17 00:00:00 2001 From: bootchk Date: Tue, 23 Apr 2024 07:49:09 -0400 Subject: [PATCH] GUI: Eliminate menu Filters>Development>Script-Fu>Test Only affects unstable build. Move remaining items to Demos. They have names like "Test foo." They only install on an unstable build. The ScriptFu>Test menu is only in an unstable release. It is untranslated. The ScriptFu menus don't need to be so deep. The Demos menu is an appropriate place for test plugins. If the Demos menu is not in the stable release and translated, Gimp creates the Demos menu and it is untranslated. --- plug-ins/script-fu/scripts/test-sphere.scm | 2 +- plug-ins/script-fu/scripts/test-v3.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plug-ins/script-fu/scripts/test-sphere.scm b/plug-ins/script-fu/scripts/test-sphere.scm index 89031c1dd1f..6fae55a38ce 100644 --- a/plug-ins/script-fu/scripts/test-sphere.scm +++ b/plug-ins/script-fu/scripts/test-sphere.scm @@ -281,4 +281,4 @@ ) (script-fu-menu-register "script-fu-test-sphere" - "/Filters/Development/Script-Fu/Test") + "/Filters/Development/Demos") diff --git a/plug-ins/script-fu/scripts/test-v3.scm b/plug-ins/script-fu/scripts/test-v3.scm index b31f0fa8976..a4733d9dc16 100644 --- a/plug-ins/script-fu/scripts/test-v3.scm +++ b/plug-ins/script-fu/scripts/test-v3.scm @@ -75,4 +75,4 @@ ) (script-fu-menu-register "script-fu-testv3" - "/Filters/Development/Script-Fu/Test") + "/Filters/Development/Demos") -- GitLab