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:
MEST 1999 Sven Neumann
1999-07-07 02:02:39 +00:00
committed by Sven Neumann
parent 9b39a65fa8
commit 5a1c6e4383
2 changed files with 9 additions and 3 deletions

View File

@ -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);