summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:04:05 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-04 02:04:05 +0000
commit6ddcd8f0b9a8c27cdc4b96966c6746a1a8c2dc15 (patch)
tree77c3718ab9d0f62dd986eced541ad5c08fdf5df8 /gtk2_ardour/about.h
parentb1af21dae72e81e4168a2a9bdfa4f468db081873 (diff)
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
Diffstat (limited to 'gtk2_ardour/about.h')
-rw-r--r--gtk2_ardour/about.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk2_ardour/about.h b/gtk2_ardour/about.h
index 33b5a9ed89..80e4618d22 100644
--- a/gtk2_ardour/about.h
+++ b/gtk2_ardour/about.h
@@ -22,7 +22,7 @@
#include <gtkmm/aboutdialog.h>
-class ARDOUR_UI;
+class ConfigInfoDialog;
class About : public Gtk::AboutDialog
{
@@ -30,6 +30,10 @@ class About : public Gtk::AboutDialog
About ();
~About ();
+ private:
+ ConfigInfoDialog* config_info;
+ void show_config_info ();
+
#ifdef WITH_PAYMENT_OPTIONS
Gtk::Image paypal_pixmap;
Gtk::Button paypal_button;