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:
Michael Natterer 2004-01-09 15:36:35 +00:00 committed by Michael Natterer
parent 1a03221c9a
commit 91451bf7e4
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

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