[gegl] config: fix nick, blurb of "use-opencl" property



commit 65d945d99f7efad7eac958fe1784ab53a10f2623
Author: Nils Philippsen <nils redhat com>
Date:   Wed Mar 21 13:02:18 2012 +0100

    config: fix nick, blurb of "use-opencl" property

 gegl/gegl-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-config.c b/gegl/gegl-config.c
index 90385bf..f7e9636 100644
--- a/gegl/gegl-config.c
+++ b/gegl/gegl-config.c
@@ -233,7 +233,7 @@ gegl_config_class_init (GeglConfigClass *klass)
                                                      G_PARAM_READWRITE));
 
   g_object_class_install_property (gobject_class, PROP_USE_OPENCL,
-                                   g_param_spec_boolean ("use-opencl", "Try to use OpenCL", NULL,
+                                   g_param_spec_boolean ("use-opencl", "Use OpenCL", "Try to use OpenCL",
                                                      TRUE,
                                                      G_PARAM_READWRITE));
 



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