Add history messages

This commit is contained in:
Desmis 2018-04-08 13:01:30 +02:00
parent 6047430b43
commit ae11501fc1
2 changed files with 3 additions and 2 deletions

View File

@ -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: <b>Alt-s</b>
HISTORY_SNAPSHOT;Snapshot

View File

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