Fixed the options for SF-ENUM in the register block which were changed

2005-03-07  Kevin Cozens  <kcozens@cvs.gimp.org>

	* plug-ins/script-fu/scripts/perspective-shadow.scm: Fixed the options
	for SF-ENUM in the register block which were changed (read broken) when
	the entry was changed from SF-OPTION.
This commit is contained in:
Kevin Cozens 2005-03-07 20:04:11 +00:00 committed by Kevin Cozens
parent 0d3edf1a02
commit a4f7011c01
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-03-07 Kevin Cozens <kcozens@cvs.gimp.org>
* plug-ins/script-fu/scripts/perspective-shadow.scm: Fixed the options
for SF-ENUM in the register block which were changed (read broken) when
the entry was changed from SF-OPTION.
2005-03-07 Raphaël Quinet <raphael@gimp.org>
* configure.in

View File

@ -189,7 +189,7 @@
SF-ADJUSTMENT _"Blur radius" '(3 0 1024 1 10 0 0)
SF-COLOR _"Color" '(0 0 0)
SF-ADJUSTMENT _"Opacity" '(80 0 100 1 10 0 0)
SF-ENUM _"Interpolation" '("InterpolationType" "linear")
SF-ENUM _"Interpolation" '(_"None" _"Linear" _"Cubic")
SF-TOGGLE _"Allow resizing" FALSE)
(script-fu-menu-register "script-fu-perspective-shadow"