Removed TP_DIRPYRDENOISE_LUMAFR_TOOLTIP again. This was removed in

master in commit 0ba62 but somehow slipped through into gtk3.
This commit is contained in:
Morgan Hardwood 2016-12-19 17:00:04 +01:00
parent 78ab525330
commit aead4c5488

View File

@ -39,7 +39,6 @@ DirPyrDenoise::DirPyrDenoise () : FoldableToolPanel(this, "dirpyrdenoise", M("TP
std::vector<double> defaultCurve;
Gtk::Frame* lumaFrame = Gtk::manage (new Gtk::Frame (M("TP_DIRPYRDENOISE_LUMAFR")) );
lumaFrame->set_tooltip_text(M("TP_DIRPYRDENOISE_LUMAFR_TOOLTIP"));
lumaFrame->set_label_align(0.025, 0.5);
Gtk::VBox * lumaVBox = Gtk::manage ( new Gtk::VBox());