[gegl] ops/load: set title key



commit 82ac8f27fed7880242b82e62bf93c769e25e58fa
Author: Øyvind Kolås <pippin gimp org>
Date:   Sat Jul 26 12:27:15 2014 +0200

    ops/load: set title key

 operations/common/load.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/operations/common/load.c b/operations/common/load.c
index 830884e..5ba2b08 100644
--- a/operations/common/load.c
+++ b/operations/common/load.c
@@ -186,6 +186,7 @@ gegl_op_class_init (GeglOpClass *klass)
 
   gegl_operation_class_set_keys (operation_class,
     "name"       , "gegl:load",
+    "title",       "Load Image",
     "categories" , "meta:input",
     "description",
           _("Multipurpose file loader, that uses other native handlers, and "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]