diff --git a/rtdata/languages/default b/rtdata/languages/default index 946771007..bfeb7ad34 100644 --- a/rtdata/languages/default +++ b/rtdata/languages/default @@ -734,6 +734,8 @@ HISTORY_MSG_METADATA_MODE;Metadata copy mode HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter HISTORY_MSG_TM_FATTAL_ANCHOR;HDR TM - Anchor +HISTORY_MSG_ICMPROFILE;Output profile type +HISTORY_MSG_ICMPRIMARI;Output profile primaries HISTORY_NEWSNAPSHOT;Add HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s HISTORY_SNAPSHOT;Snapshot diff --git a/rtengine/procparams.h b/rtengine/procparams.h index b7d434943..c7a91c203 100644 --- a/rtengine/procparams.h +++ b/rtengine/procparams.h @@ -1022,11 +1022,10 @@ struct ColorManagementParams { Glib::ustring gamma; double gampos; double slpos; - bool freegamma; Glib::ustring wprimari; Glib::ustring wprofile; - static const Glib::ustring NoICMString; + bool freegamma; ColorManagementParams();