[gegl] noise-reduction: add missing nick
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] noise-reduction: add missing nick
- Date: Sat, 17 May 2014 15:39:29 +0000 (UTC)
commit 01bd1fe1267ee400b1351584885336a8089f2505
Author: Øyvind Kolås <pippin gimp org>
Date: Sat May 17 16:27:24 2014 +0200
noise-reduction: add missing nick
operations/common/noise-reduction.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/noise-reduction.c b/operations/common/noise-reduction.c
index c44b827..1320a7e 100644
--- a/operations/common/noise-reduction.c
+++ b/operations/common/noise-reduction.c
@@ -23,7 +23,7 @@
#ifdef GEGL_PROPERTIES
-gegl_property_int (iterations, "int", _("Strength"),
+gegl_property_int (iterations, "nick", _("Strength"),
"blurb", _("Controls the number of iterations; lower values give better results."),
"default", 4, "min", 1, "max", 32,
"ui-min", 1, "ui-max", 8,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]