diff --git a/gtk2_ardour/configinfo.cc b/gtk2_ardour/configinfo.cc index 4da2eef44a..026e8a199f 100644 --- a/gtk2_ardour/configinfo.cc +++ b/gtk2_ardour/configinfo.cc @@ -31,6 +31,7 @@ ConfigInfoDialog::ConfigInfoDialog () set_border_width (12); text.get_buffer()->set_text (std::string (ARDOUR::ardour_config_info)); text.set_wrap_mode (Gtk::WRAP_WORD); + text.set_editable (false); text.show (); scroller.set_shadow_type(Gtk::SHADOW_NONE);