[gegl] motion-blur-circular: add missing nick
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] motion-blur-circular: add missing nick
- Date: Sat, 17 May 2014 15:39:39 +0000 (UTC)
commit e55fb4bd4876fc4927afec90836bc40c8713e500
Author: Øyvind Kolås <pippin gimp org>
Date: Sat May 17 16:27:52 2014 +0200
motion-blur-circular: add missing nick
operations/common/motion-blur-circular.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/motion-blur-circular.c b/operations/common/motion-blur-circular.c
index f532a03..31434d3 100644
--- a/operations/common/motion-blur-circular.c
+++ b/operations/common/motion-blur-circular.c
@@ -53,7 +53,7 @@ gegl_property_double (center_y, "nick", _("Center Y"),
NULL)
/* FIXME: With a large angle, we lose AreaFilter's flavours */
-gegl_property_double (angle, _("Angle"),
+gegl_property_double (angle, "nick", _("Angle"),
"blurb", _("Rotation blur angle. A large angle may take some time to render"),
"default", 5.0, "min", 0.0, "max", 360.0,
"ui-min", 0.0, "ui-max", 90.0, "ui-gamma", 2.0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]