Merge with "Beep6581/dev"
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
using namespace rtengine;
|
||||
using namespace rtengine::procparams;
|
||||
|
||||
const Glib::ustring BlackWhite::TOOL_NAME = "blackwhite";
|
||||
|
||||
BlackWhite::BlackWhite (): FoldableToolPanel(this, "blackwhite", M("TP_BWMIX_LABEL"), false, true)
|
||||
BlackWhite::BlackWhite (): FoldableToolPanel(this, TOOL_NAME, M("TP_BWMIX_LABEL"), false, true)
|
||||
{
|
||||
CurveListener::setMulti(true);
|
||||
|
||||
@@ -49,7 +50,8 @@ BlackWhite::BlackWhite (): FoldableToolPanel(this, "blackwhite", M("TP_BWMIX_LAB
|
||||
metHBox->set_spacing (2);
|
||||
Gtk::Label* metLabel = Gtk::manage (new Gtk::Label (M("TP_BWMIX_MET") + ":"));
|
||||
metHBox->pack_start (*metLabel, Gtk::PACK_SHRINK);
|
||||
method = Gtk::manage (new MyComboBoxText ());
|
||||
|
||||
method = Gtk::manage (new MyComboBoxText ());
|
||||
method->append (M("TP_BWMIX_MET_DESAT"));
|
||||
method->append (M("TP_BWMIX_MET_LUMEQUAL"));
|
||||
method->append (M("TP_BWMIX_MET_CHANMIX"));
|
||||
|
Reference in New Issue
Block a user