Merge branch 'dev' into testoutputprofile
This commit is contained in:
@@ -306,6 +306,10 @@ Gtk::Widget* Preferences::getBatchProcPanel ()
|
||||
mi->set_value ( behavColumns.label, M ("TP_FILMSIMULATION_LABEL") );
|
||||
appendBehavList ( mi, M ( "TP_FILMSIMULATION_STRENGTH" ), ADDSET_FILMSIMULATION_STRENGTH, true );
|
||||
|
||||
mi = behModel->append ();
|
||||
mi->set_value ( behavColumns.label, M ("TP_SOFTLIGHT_LABEL") );
|
||||
appendBehavList ( mi, M ( "TP_SOFTLIGHT_STRENGTH" ), ADDSET_SOFTLIGHT_STRENGTH, true );
|
||||
|
||||
mi = behModel->append ();
|
||||
mi->set_value (behavColumns.label, M ("TP_COLORTONING_LABEL"));
|
||||
appendBehavList (mi, M ("TP_COLORTONING_SPLITCOCO"), ADDSET_COLORTONING_SPLIT, true);
|
||||
|
Reference in New Issue
Block a user