Gtk3 by Hombre, issue 2807
This commit is contained in:
@@ -27,7 +27,7 @@ Distortion::Distortion (): FoldableToolPanel(this, "distortion", M("TP_DISTORTIO
|
||||
{
|
||||
|
||||
rlistener = NULL;
|
||||
autoDistor = Gtk::manage (new Gtk::Button (M("TP_DISTORTION_AUTO")));
|
||||
autoDistor = Gtk::manage (new Gtk::Button ()); // M("TP_DISTORTION_AUTO")
|
||||
autoDistor->set_image (*Gtk::manage (new RTImage ("distortion-auto.png")));
|
||||
autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TIP"));
|
||||
idConn = autoDistor->signal_pressed().connect( sigc::mem_fun(*this, &Distortion::idPressed) );
|
||||
|
Reference in New Issue
Block a user