diff --git a/ChangeLog b/ChangeLog index ad31c6e016..65b6e57243 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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. + 2008-04-09 Sven Neumann * plug-ins/twain/twain.c: register in new menu location. diff --git a/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py b/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py index 681a67e3a9..eeb8539754 100755 --- a/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py +++ b/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py @@ -193,6 +193,6 @@ register ( "~/segmentation/msbench/imagedata"), (PF_TOGGLE, "save-output", "Save output images", False) ], [], - benchmark, menu="/Xtns/Benchmark") + benchmark, menu="/Filters/Extensions/Benchmark") main () diff --git a/plug-ins/pygimp/plug-ins/python-console.py b/plug-ins/pygimp/plug-ins/python-console.py index 984c570541..db4b6b56fb 100755 --- a/plug-ins/pygimp/plug-ins/python-console.py +++ b/plug-ins/pygimp/plug-ins/python-console.py @@ -225,7 +225,7 @@ register( [], [], do_console, - menu="/Xtns/Languages/Python-Fu", + menu="/Filters/Languages/Python-Fu/Python-Fu", domain=("gimp20-python", gimp.locale_directory)) main() diff --git a/plug-ins/pygimp/plug-ins/sphere.py b/plug-ins/pygimp/plug-ins/sphere.py index 68706b4dcf..737295561c 100755 --- a/plug-ins/pygimp/plug-ins/sphere.py +++ b/plug-ins/pygimp/plug-ins/sphere.py @@ -107,6 +107,6 @@ register( ], [], sphere, - menu="/Xtns/Languages/Python-Fu/Test") + menu="/Filters/Languages/Python-Fu/Test") main()