Fixed typo. We definitely need a pdbgen tool to generate the script-fu
Wed Jul 7 03:54:54 MEST 1999 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu.c: Fixed typo. We definitely need a pdbgen tool to generate the script-fu enum wrappers.... --Sven
This commit is contained in:
committed by
Sven Neumann
parent
9b39a65fa8
commit
5a1c6e4383
@ -419,7 +419,7 @@ init_constants ()
|
||||
setvar (cintern ("SHAPEBURST-SPHERICAL"), flocons (7), NIL);
|
||||
setvar (cintern ("SHAPEBURST-DIMPLED"), flocons (8), NIL);
|
||||
setvar (cintern ("SPIRAL-CLOCKWISE"), flocons (9), NIL);
|
||||
setvar (cintern ("SPRIAL-ANTICLOCKWISE"), flocons (10), NIL);
|
||||
setvar (cintern ("SPIRAL-ANTICLOCKWISE"), flocons (10), NIL);
|
||||
|
||||
setvar (cintern ("REPEAT-NONE"), flocons(0), NIL);
|
||||
setvar (cintern ("REPEAT-SAWTOOTH"), flocons(1), NIL);
|
||||
|
||||
Reference in New Issue
Block a user