Turn icon buttons into label buttons, language strings updated. #3571 (#3580)

This commit is contained in:
Beep6581
2017-01-06 15:56:44 +01:00
committed by GitHub
parent 5516bbfc68
commit 4eb123c472
32 changed files with 289 additions and 168 deletions

View File

@@ -27,8 +27,8 @@ Distortion::Distortion (): FoldableToolPanel(this, "distortion", M("TP_DISTORTIO
{
rlistener = nullptr;
autoDistor = Gtk::manage (new Gtk::Button (M("TP_DISTORTION_AUTO")));
autoDistor->set_image (*Gtk::manage (new RTImage ("distortion-auto.png")));
autoDistor = Gtk::manage (new Gtk::Button (M("GENERAL_AUTO")));
autoDistor->set_alignment(0.5f, 0.5f);
autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TIP"));
idConn = autoDistor->signal_pressed().connect( sigc::mem_fun(*this, &Distortion::idPressed) );
autoDistor->show();