gimp r25447 - in trunk: . plug-ins/script-fu/scripts



Author: neo
Date: Wed Apr  9 18:24:05 2008
New Revision: 25447
URL: http://svn.gnome.org/viewvc/gimp?rev=25447&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/plug-ins/script-fu/scripts/contactsheet.scm
   trunk/plug-ins/script-fu/scripts/test-sphere.scm
   trunk/plug-ins/script-fu/scripts/ts-helloworld.scm

Modified: trunk/plug-ins/script-fu/scripts/contactsheet.scm
==============================================================================
--- trunk/plug-ins/script-fu/scripts/contactsheet.scm	(original)
+++ trunk/plug-ins/script-fu/scripts/contactsheet.scm	Wed Apr  9 18:24:05 2008
@@ -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")

Modified: trunk/plug-ins/script-fu/scripts/test-sphere.scm
==============================================================================
--- trunk/plug-ins/script-fu/scripts/test-sphere.scm	(original)
+++ trunk/plug-ins/script-fu/scripts/test-sphere.scm	Wed Apr  9 18:24:05 2008
@@ -296,4 +296,4 @@
 )
 
 (script-fu-menu-register "script-fu-test-sphere"
-                         "<Toolbox>/Xtns/Languages/Script-Fu/Test")
+                         "<Image>/Filters/Languages/Script-Fu/Test")

Modified: trunk/plug-ins/script-fu/scripts/ts-helloworld.scm
==============================================================================
--- trunk/plug-ins/script-fu/scripts/ts-helloworld.scm	(original)
+++ trunk/plug-ins/script-fu/scripts/ts-helloworld.scm	Wed Apr  9 18:24:05 2008
@@ -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")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]