X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fconfiginfo.cc;h=29c7e8fe63efc60fc60401b70add4dd276897ece;hb=f2009ea7771048a89463fea25f0bad9de1e17567;hp=636b11accf90ae74208c47888a66311b8a98ce13;hpb=da8eec7a8311295ee91308eca9fae2146385c512;p=ardour.git diff --git a/gtk2_ardour/configinfo.cc b/gtk2_ardour/configinfo.cc index 636b11accf..29c7e8fe63 100644 --- a/gtk2_ardour/configinfo.cc +++ b/gtk2_ardour/configinfo.cc @@ -17,6 +17,8 @@ */ +#include + #include "ardour/ardour.h" #include "configinfo.h" @@ -32,4 +34,6 @@ ConfigInfoDialog::ConfigInfoDialog () text.set_size_request (300, 800); get_vbox()->pack_start (text, true, true); + + add_button (Gtk::Stock::CLOSE, Gtk::RESPONSE_ACCEPT); }