plug-ins/script-fu/scripts/ts-helloworld.scm

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

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


svn path=/trunk/; revision=25447
This commit is contained in:
Sven Neumann 2008-04-09 17:24:05 +00:00 committed by Sven Neumann
parent ca5df86e47
commit 5b5e0497bf
4 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,16 @@
2008-04-09 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* plug-ins/common/border-average.c: corrected parameter description.
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.

View File

@ -334,4 +334,4 @@
SF-COLOR _"Background color" "black"
)
(script-fu-menu-register "script-fu-contactsheet" "<Toolbox>/Xtns/_Utilities")
(script-fu-menu-register "script-fu-contactsheet" "<Image>/Filters/Combine")

View File

@ -296,4 +296,4 @@
)
(script-fu-menu-register "script-fu-test-sphere"
"<Toolbox>/Xtns/Languages/Script-Fu/Test")
"<Image>/Filters/Languages/Script-Fu/Test")

View File

@ -63,4 +63,4 @@
)
(script-fu-menu-register "script-fu-helloworld"
"<Toolbox>/Xtns/Languages/Script-Fu/Test")
"<Image>/Filters/Languages/Script-Fu/Script-Fu/Test")