[gimp] Fixed typo in name text of PROP_SAMPLE_CRITERION enum.



commit a85d21b0757dee9c3175aaa3069212179213281b
Author: Kevin Cozens <kcozens svn gnome org>
Date:   Thu Nov 3 20:57:52 2011 -0400

    Fixed typo in name text of PROP_SAMPLE_CRITERION enum.

 app/pdb/gimppdbcontext.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/pdb/gimppdbcontext.c b/app/pdb/gimppdbcontext.c
index 7e6b9a3..138fbda 100644
--- a/app/pdb/gimppdbcontext.c
+++ b/app/pdb/gimppdbcontext.c
@@ -110,7 +110,7 @@ gimp_pdb_context_class_init (GimpPDBContextClass *klass)
                                     GIMP_PARAM_STATIC_STRINGS);
 
   GIMP_CONFIG_INSTALL_PROP_ENUM (object_class, PROP_SAMPLE_CRITERION,
-                                 "sample-crterion", NULL,
+                                 "sample-criterion", NULL,
                                  GIMP_TYPE_SELECT_CRITERION,
                                  GIMP_SELECT_CRITERION_COMPOSITE,
                                  GIMP_PARAM_STATIC_STRINGS);



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