From aead4c5488977bcd6eda444554d463f53dbabc0a Mon Sep 17 00:00:00 2001 From: Morgan Hardwood Date: Mon, 19 Dec 2016 17:00:04 +0100 Subject: [PATCH] Removed TP_DIRPYRDENOISE_LUMAFR_TOOLTIP again. This was removed in master in commit 0ba62 but somehow slipped through into gtk3. --- rtgui/dirpyrdenoise.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/rtgui/dirpyrdenoise.cc b/rtgui/dirpyrdenoise.cc index 6f4a2cc97..1871d4ab0 100644 --- a/rtgui/dirpyrdenoise.cc +++ b/rtgui/dirpyrdenoise.cc @@ -39,7 +39,6 @@ DirPyrDenoise::DirPyrDenoise () : FoldableToolPanel(this, "dirpyrdenoise", M("TP std::vector 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());