diff --git a/gtk2_ardour/configinfo.cc b/gtk2_ardour/configinfo.cc index 67f13a1f5b..08a7837132 100644 --- a/gtk2_ardour/configinfo.cc +++ b/gtk2_ardour/configinfo.cc @@ -41,5 +41,5 @@ ConfigInfoDialog::ConfigInfoDialog () get_vbox()->pack_start (scroller, true, true); set_size_request (400, 600); - add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT); + add_button ("CLOSE", Gtk::RESPONSE_ACCEPT); }