diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 3dc5972eac..46094516d8 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -757,6 +757,7 @@ private: if (box) { string title = row[_model.name]; ArdourWindow* win = new ArdourWindow (_parent, title); + win->set_title ("Control Protocol Options"); win->add (*box); box->show (); win->present ();