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

@ -1,3 +1,9 @@
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....
Wed Jul 7 02:24:22 1999 Tim Janik <timj@gtk.org>
* plug-ins/common/csource.c: save RGBA data as string and not seuqences
@ -30,9 +36,9 @@ Tue Jul 6 22:40:16 MEST 1999 Sven Neumann <sven@gimp.org>
* app/commands.[ch]
* app/global_edit.[ch]
* app/menus.c: added "Paste As New" feature that allows to paste
* app/menus.c: Added "Paste As New" feature that allows to paste
the current (or a named) buffer to a new image. Still need to
add PDB call for that...
add PDB calls for that...
Tue Jul 6 19:58:48 MEST 1999 Sven Neumann <sven@gimp.org>

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