plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py

2008-04-09  Sven Neumann  <sven@gimp.org>

	* 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.


svn path=/trunk/; revision=25445
This commit is contained in:
Sven Neumann 2008-04-09 17:16:24 +00:00 committed by Sven Neumann
parent f8411b3547
commit b464c4f426
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2008-04-09 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* plug-ins/twain/twain.c: register in new menu location.

View File

@ -193,6 +193,6 @@ register (
"~/segmentation/msbench/imagedata"),
(PF_TOGGLE, "save-output", "Save output images", False) ],
[],
benchmark, menu="<Toolbox>/Xtns/Benchmark")
benchmark, menu="<Image>/Filters/Extensions/Benchmark")
main ()

View File

@ -225,7 +225,7 @@ register(
[],
[],
do_console,
menu="<Toolbox>/Xtns/Languages/Python-Fu",
menu="<Image>/Filters/Languages/Python-Fu/Python-Fu",
domain=("gimp20-python", gimp.locale_directory))
main()

View File

@ -107,6 +107,6 @@ register(
],
[],
sphere,
menu="<Toolbox>/Xtns/Languages/Python-Fu/Test")
menu="<Image>/Filters/Languages/Python-Fu/Test")
main()