From c596e8dd87bbad9599e2c8619f03dcdb25564b69 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Jun 2014 19:15:17 +0200 Subject: [PATCH] fix "stop_recording_on_xrun" in prefs dialog --- gtk2_ardour/rc_option_editor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 59b8cdc025..8643bf136a 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -1360,6 +1360,7 @@ RCOptionEditor::RCOptionEditor () Gtkmm2ext::UI::instance()->set_tip (tsf->tip_widget(), string_compose (_("When enabled %1 will stop recording if an over- or underrun is detected by the audio engine"), PROGRAM_NAME)); + add_option (_("Transport"), tsf); tsf = new BoolOption ( "loop-is-mode",