[gegl] remap: add labels for aux and aux2
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] remap: add labels for aux and aux2
- Date: Fri, 19 Jul 2019 20:51:21 +0000 (UTC)
commit ffac27542e4be6aab8490673fef327edc58e8396
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Jul 19 18:41:34 2019 +0200
remap: add labels for aux and aux2
operations/common/remap.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/operations/common/remap.c b/operations/common/remap.c
index b376f317d..a0aa29688 100644
--- a/operations/common/remap.c
+++ b/operations/common/remap.c
@@ -89,12 +89,16 @@ gegl_op_class_init (GeglOpClass *klass)
{
GeglOperationClass *operation_class;
GeglOperationPointComposer3Class *point_composer3_class;
+ GeglOperationComposer3Class *composer3_class;
operation_class = GEGL_OPERATION_CLASS (klass);
point_composer3_class = GEGL_OPERATION_POINT_COMPOSER3_CLASS (klass);
+ composer3_class = GEGL_OPERATION_COMPOSER3_CLASS (klass);
operation_class->prepare = prepare;
point_composer3_class->process = process;
+ composer3_class->aux_label = _("Minimum Envelope");
+ composer3_class->aux2_label = _("Maximum Envelope");
gegl_operation_class_set_keys (operation_class,
"name" , "gegl:remap",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]