correctly package color theme files for both linux and OS X
[ardour.git] / gtk2_ardour / about.h
index 80e4618d226d2c13e0fd5cc6933994d57ba83c41..83e9c4b69de09868150ff124e82b8bf980a762a2 100644 (file)
 
 #include <gtkmm/aboutdialog.h>
 
+#include "ardour/session_handle.h"
+
 class ConfigInfoDialog;
 
-class About : public Gtk::AboutDialog
+class About : public Gtk::AboutDialog, public ARDOUR::SessionHandlePtr
 {
   public:
        About ();
@@ -34,11 +36,7 @@ class About : public Gtk::AboutDialog
        ConfigInfoDialog* config_info;
        void show_config_info ();
 
-#ifdef WITH_PAYMENT_OPTIONS
-       Gtk::Image      paypal_pixmap;
-       Gtk::Button      paypal_button;
-       void goto_paypal ();
-#endif
+       static void launch_homepage (AboutDialog& about, const Glib::ustring& website_url);
 };
 
 #endif /* __ardour_gtk_about_h__ */