[gimp] script-fu: fix FOO-BUCKET-FILL compat enum value constants
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] script-fu: fix FOO-BUCKET-FILL compat enum value constants
- Date: Sun, 18 May 2014 23:34:31 +0000 (UTC)
commit 386fb4080b772a3824f6d85e31b250c886e93aa1
Author: Michael Natterer <mitch gimp org>
Date: Mon May 19 01:31:07 2014 +0200
script-fu: fix FOO-BUCKET-FILL compat enum value constants
plug-ins/script-fu/scheme-wrapper.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/script-fu/scheme-wrapper.c b/plug-ins/script-fu/scheme-wrapper.c
index 8ac0ff2..af7c478 100644
--- a/plug-ins/script-fu/scheme-wrapper.c
+++ b/plug-ins/script-fu/scheme-wrapper.c
@@ -218,9 +218,9 @@ static const NamedConstant const old_constants[] =
{ "FG-TRANSPARENT-MODE", GIMP_BLEND_FG_TRANSPARENT },
{ "CUSTOM-MODE", GIMP_BLEND_CUSTOM },
- { "FG-BUCKET_FILL", GIMP_BUCKET_FILL_FG },
- { "BG-BUCKET_FILL", GIMP_BUCKET_FILL_BG },
- { "PATTERN-BUCKET_FILL", GIMP_BUCKET_FILL_PATTERN },
+ { "FG-BUCKET-FILL", GIMP_BUCKET_FILL_FG },
+ { "BG-BUCKET-FILL", GIMP_BUCKET_FILL_BG },
+ { "PATTERN-BUCKET-FILL", GIMP_BUCKET_FILL_PATTERN },
{ "BLUR-CONVOLVE", GIMP_CONVOLVE_BLUR },
{ "SHARPEN-CONVOLVE", GIMP_CONVOLVE_SHARPEN },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]