app: fix description of GIMP_COLOR_PROFILE_POLICY_CONVERT in the header

it was only fixed in the generated .c file.
This commit is contained in:
Michael Natterer 2016-07-08 15:07:41 +02:00
parent 8b685e7bfe
commit 954f50a097

View file

@ -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;