[gegl] webp-load: complete port to gegl-op.h



commit e8bd88d04087b215649e6802d277a23680f05241
Author: Øyvind Kolås <pippin gimp org>
Date:   Wed May 21 00:05:45 2014 +0200

    webp-load: complete port to gegl-op.h

 operations/external/webp-load.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/webp-load.c b/operations/external/webp-load.c
index c65eb46..cc51384 100644
--- a/operations/external/webp-load.c
+++ b/operations/external/webp-load.c
@@ -22,7 +22,8 @@
 
 #ifdef GEGL_PROPERTIES
 
-property_file_path (path, _("File"), "", _("Path of file to load."))
+property_file_path (path, _("File"), "")
+    description(_("Path of file to load."))
 
 #else
 


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