From ae11501fc1b8fc1d7ea491dc74e796e387b7291e Mon Sep 17 00:00:00 2001 From: Desmis Date: Sun, 8 Apr 2018 13:01:30 +0200 Subject: [PATCH] Add history messages --- rtdata/languages/default | 2 ++ rtengine/procparams.h | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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();