From bbe57eb5b319a67fa820fc838eaf00ed510d592e Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:16:25 -0400 Subject: [PATCH] [P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit) --- gtk2_ardour/configinfo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }