ardour/gtk2_ardour/configinfo.h
Paul Davis 6ddcd8f0b9 add a way to see (most of) the waf config used to build ardour at run time (from the about dialog). buttons still need reordering there
git-svn-id: svn://localhost/ardour2/branches/3.0@6439 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-01-04 02:04:05 +00:00

12 lines
171 B
C++

#include <gtkmm/textview.h>
#include "ardour_dialog.h"
class ConfigInfoDialog : public ArdourDialog
{
public:
ConfigInfoDialog();
private:
Gtk::TextView text;
};