replaced lots of old school constants with their new names.

2003-10-16  Sven Neumann  <sven@gimp.org>

	* plug/ins/script-fu/scripts/*.scm: replaced lots of old school
	constants with their new names.
This commit is contained in:
Sven Neumann
2003-10-16 12:47:33 +00:00
committed by Sven Neumann
parent e18793056f
commit 6f1589005a
87 changed files with 621 additions and 563 deletions

View File

@ -47,7 +47,7 @@
(gimp-edit-copy drawable)
(set! pattern_draw_type RGB_IMAGE)
(set! pattern_draw_type RGB-IMAGE)
(set! pattern_image_type RGB)
@ -56,7 +56,7 @@
(set! pattern-draw
(car (gimp-layer-new pattern-image
selection-width
selection-height pattern_draw_type "Pattern" 100 NORMAL)))
selection-height pattern_draw_type "Pattern" 100 NORMAL-MODE)))
(gimp-image-add-layer pattern-image pattern-draw 0)