mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
8b685e7bfe
commit
954f50a097
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue