[gegl] ops: set multiline ui_meta on more ops
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ops: set multiline ui_meta on more ops
- Date: Fri, 25 Mar 2016 10:18:45 +0000 (UTC)
commit cb7dba07acf1e2edc4b79bd670c22dd1e1e6f965
Author: Øyvind Kolås <pippin gimp org>
Date: Fri Mar 25 11:04:05 2016 +0100
ops: set multiline ui_meta on more ops
operations/common/gegl.c | 1 +
operations/workshop/ink-simulator.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/gegl.c b/operations/common/gegl.c
index fad1431..511f49f 100644
--- a/operations/common/gegl.c
+++ b/operations/common/gegl.c
@@ -23,6 +23,7 @@
property_string (string, _("pipeline"), "invert")
description(_("[op [property=value] [property=value]] [[op] [property=value]"))
+ ui_meta ("multiline", "true")
#else
diff --git a/operations/workshop/ink-simulator.c b/operations/workshop/ink-simulator.c
index b9f8feb..8d560b7 100644
--- a/operations/workshop/ink-simulator.c
+++ b/operations/workshop/ink-simulator.c
@@ -40,6 +40,7 @@ enum_end (GeglInkSimMode)
property_string (config, _("Ink configuration"), DEFAULT_CONFIG)
description (_("Textual desciption of inks used for simulated print-job"))
+ ui_meta ("multiline", "true")
property_enum (mode, _("Mode"), GeglInkSimMode, ink_sim_mode,
GEGL_SSIM_SEPARATE_PROOF)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]