Add a Lua script snippet processing region data from the editor
[ardour.git] / gtk2_ardour / about.h
index 33b5a9ed8952c6617ce98fad5f5ce90d051c025d..83e9c4b69de09868150ff124e82b8bf980a762a2 100644 (file)
 
 #include <gtkmm/aboutdialog.h>
 
-class ARDOUR_UI;
+#include "ardour/session_handle.h"
 
-class About : public Gtk::AboutDialog
+class ConfigInfoDialog;
+
+class About : public Gtk::AboutDialog, public ARDOUR::SessionHandlePtr
 {
   public:
        About ();
        ~About ();
 
-#ifdef WITH_PAYMENT_OPTIONS
-       Gtk::Image      paypal_pixmap;
-       Gtk::Button      paypal_button;
-       void goto_paypal ();
-#endif
+  private:
+       ConfigInfoDialog* config_info;
+       void show_config_info ();
+
+       static void launch_homepage (AboutDialog& about, const Glib::ustring& website_url);
 };
 
 #endif /* __ardour_gtk_about_h__ */