[gimp] app: FG select: default to drawing foreground strokes
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: FG select: default to drawing foreground strokes
- Date: Sat, 19 Apr 2014 00:52:51 +0000 (UTC)
commit de710e72d12ba0e4b0fde7ee1178072320d2dd85
Author: Michael Natterer <mitch gimp org>
Date: Sat Apr 19 02:50:38 2014 +0200
app: FG select: default to drawing foreground strokes
app/tools/gimpforegroundselectoptions.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpforegroundselectoptions.c b/app/tools/gimpforegroundselectoptions.c
index 4488ac7..d0440ac 100644
--- a/app/tools/gimpforegroundselectoptions.c
+++ b/app/tools/gimpforegroundselectoptions.c
@@ -82,9 +82,9 @@ gimp_foreground_select_options_class_init (GimpForegroundSelectOptionsClass *kla
GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_DRAW_MODE,
"draw-mode",
N_("Paint over areas to mark color values for "
- "inclusion or exclusion from selection"),
+ "inclusion or exclusion from selection"),
GIMP_TYPE_MATTING_DRAW_MODE,
- GIMP_MATTING_DRAW_MODE_UNKNOWN,
+ GIMP_MATTING_DRAW_MODE_FOREGROUND,
GIMP_PARAM_STATIC_STRINGS);
GIMP_CONFIG_INSTALL_PROP_INT (object_class, PROP_STROKE_WIDTH,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]