+ source typo
This commit is contained in:
parent
b41fea1c6f
commit
aa706e5f8d
@ -1528,7 +1528,7 @@ Gtk::Widget* Preferences::getSoundPanel ()
|
|||||||
txtSndLngEditProcDone = Gtk::manage (new Gtk::Entry());
|
txtSndLngEditProcDone = Gtk::manage (new Gtk::Entry());
|
||||||
pSndLngEditProcDone->pack_start (*txtSndLngEditProcDone, Gtk::PACK_EXPAND_WIDGET, 4);
|
pSndLngEditProcDone->pack_start (*txtSndLngEditProcDone, Gtk::PACK_EXPAND_WIDGET, 4);
|
||||||
|
|
||||||
Gtk::Label* lSndLngEditProcDoneSecs = Gtk::manage (new Gtk::Label (M ("PREFERENCES_SND_TRESHOLDSECS") + Glib::ustring (":")));
|
Gtk::Label* lSndLngEditProcDoneSecs = Gtk::manage (new Gtk::Label (M ("PREFERENCES_SND_THRESHOLDSECS") + Glib::ustring (":")));
|
||||||
pSndLngEditProcDone->pack_start (*lSndLngEditProcDoneSecs, Gtk::PACK_SHRINK, 12);
|
pSndLngEditProcDone->pack_start (*lSndLngEditProcDoneSecs, Gtk::PACK_SHRINK, 12);
|
||||||
|
|
||||||
spbSndLngEditProcDoneSecs = Gtk::manage ( new Gtk::SpinButton () );
|
spbSndLngEditProcDoneSecs = Gtk::manage ( new Gtk::SpinButton () );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user