[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 21:16:25 -04:00 committed by Paul Davis
parent cc2be9847e
commit bbe57eb5b3

View file

@ -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);
}