13
0

change latency calibration button from "record enable button" to "generic button"

This commit is contained in:
Paul Davis 2014-02-28 16:58:30 -05:00
parent d0f806a6ff
commit cd8778c789

View File

@ -336,7 +336,7 @@ EngineControl::EngineControl ()
basic_packer.attach (backend_combo, 1, 2, 0, 1, xopt, (AttachOptions) 0); basic_packer.attach (backend_combo, 1, 2, 0, 1, xopt, (AttachOptions) 0);
lm_button.signal_clicked.connect (sigc::mem_fun (*this, &EngineControl::calibrate_latency)); lm_button.signal_clicked.connect (sigc::mem_fun (*this, &EngineControl::calibrate_latency));
lm_button.set_name ("record enable button"); lm_button.set_name ("generic button");
if (_have_control) { if (_have_control) {
build_full_control_notebook (); build_full_control_notebook ();
} else { } else {