diff --git a/ChangeLog b/ChangeLog index e7bcadc0a1..676e05dd03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ +2008-04-09 Sven Neumann + + * plug-ins/script-fu/scripts/ts-helloworld.scm + * plug-ins/script-fu/scripts/test-sphere.scm + * plug-ins/script-fu/scripts/contactsheet.scm: register in new + menu locations. + 2008-04-09 Sven Neumann * plug-ins/common/border-average.c: corrected parameter description. +2008-04-09 Sven Neumann + * plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py * plug-ins/pygimp/plug-ins/python-console.py * plug-ins/pygimp/plug-ins/sphere.py: register in new menu locations. diff --git a/plug-ins/script-fu/scripts/contactsheet.scm b/plug-ins/script-fu/scripts/contactsheet.scm index 98fed8edb6..76f026b81b 100644 --- a/plug-ins/script-fu/scripts/contactsheet.scm +++ b/plug-ins/script-fu/scripts/contactsheet.scm @@ -334,4 +334,4 @@ SF-COLOR _"Background color" "black" ) -(script-fu-menu-register "script-fu-contactsheet" "/Xtns/_Utilities") +(script-fu-menu-register "script-fu-contactsheet" "/Filters/Combine") diff --git a/plug-ins/script-fu/scripts/test-sphere.scm b/plug-ins/script-fu/scripts/test-sphere.scm index 432a715b97..1bdaed0bdb 100644 --- a/plug-ins/script-fu/scripts/test-sphere.scm +++ b/plug-ins/script-fu/scripts/test-sphere.scm @@ -296,4 +296,4 @@ ) (script-fu-menu-register "script-fu-test-sphere" - "/Xtns/Languages/Script-Fu/Test") + "/Filters/Languages/Script-Fu/Test") diff --git a/plug-ins/script-fu/scripts/ts-helloworld.scm b/plug-ins/script-fu/scripts/ts-helloworld.scm index 1b80c46b0f..300701004c 100644 --- a/plug-ins/script-fu/scripts/ts-helloworld.scm +++ b/plug-ins/script-fu/scripts/ts-helloworld.scm @@ -63,4 +63,4 @@ ) (script-fu-menu-register "script-fu-helloworld" - "/Xtns/Languages/Script-Fu/Test") + "/Filters/Languages/Script-Fu/Script-Fu/Test")