[gimp] app: fix description of GIMP_COLOR_PROFILE_POLICY_CONVERT in the header



commit 954f50a09703747cfb1083cad1bad22619e87acf
Author: Michael Natterer <mitch gimp org>
Date:   Fri Jul 8 15:07:41 2016 +0200

    app: fix description of GIMP_COLOR_PROFILE_POLICY_CONVERT in the header
    
    it was only fixed in the generated .c file.

 app/core/core-enums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/core/core-enums.h b/app/core/core-enums.h
index 17e73de..49ce8d1 100644
--- a/app/core/core-enums.h
+++ b/app/core/core-enums.h
@@ -518,7 +518,7 @@ typedef enum  /*< pdb-skip >*/
 {
   GIMP_COLOR_PROFILE_POLICY_ASK,    /*< desc="Ask what to do"           >*/
   GIMP_COLOR_PROFILE_POLICY_KEEP,   /*< desc="Keep embedded profile"    >*/
-  GIMP_COLOR_PROFILE_POLICY_CONVERT /*< desc="Convert to RGB workspace" >*/
+  GIMP_COLOR_PROFILE_POLICY_CONVERT /*< desc="Convert to preferred RGB color profile" >*/
 } GimpColorProfilePolicy;
 
 


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