mirror of https://github.com/GNOME/gimp.git
fix typo: gimp-editbucket-fill -> gimp-edit-bucket-fill
2004-01-09 Michael Natterer <mitch@gimp.org> * plug-ins/script-fu/scripts/add-bevel.scm: fix typo: gimp-editbucket-fill -> gimp-edit-bucket-fill
This commit is contained in:
parent
1a03221c9a
commit
91451bf7e4
|
@ -1,3 +1,8 @@
|
|||
2004-01-09 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/add-bevel.scm: fix typo:
|
||||
gimp-editbucket-fill -> gimp-edit-bucket-fill
|
||||
|
||||
2004-01-09 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpbase/gimpenv.c: coding style fixes and minor cleanup.
|
||||
|
|
|
@ -131,7 +131,8 @@
|
|||
(set! greyness (/ (* index 255) thickness))
|
||||
(gimp-palette-set-background (list greyness greyness greyness))
|
||||
;(gimp-selection-feather image 1) ;Stop the slopey jaggies?
|
||||
(gimp-editbucket-fill bump-layer BG-BUCKET-FILL NORMAL-MODE 100 0 FALSE 0 0)
|
||||
(gimp-edit-bucket-fill bump-layer BG-BUCKET-FILL NORMAL-MODE
|
||||
100 0 FALSE 0 0)
|
||||
(gimp-selection-shrink image 1)
|
||||
(set! index (+ index 1))
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue