One fix.
[ardour.git] / gtk2_ardour / startup.h
index a93a29ef4238f90260bb2b895c7654131aa6d45e..e27b1c14ed0b424115b609aedbe05b0eabf3a7be 100644 (file)
@@ -63,11 +63,13 @@ class ArdourStartup : public Gtk::Assistant {
        void on_apply ();
        void on_cancel ();
        bool on_delete_event (GdkEventAny*);
+       void discover_plugins ();
 
        static ArdourStartup *the_startup;
 
        Glib::RefPtr<Gdk::Pixbuf> icon_pixbuf;
 
+       void setup_prerelease_page ();
        void setup_new_user_page ();
        Glib::RefPtr<Gdk::Pixbuf> splash_pixbuf;
        Gtk::DrawingArea splash_area;
@@ -101,7 +103,7 @@ class ArdourStartup : public Gtk::Assistant {
        /* final page */
 
        void setup_final_page ();
-       Gtk::Label final_page;
+       Gtk::Button plugin_disco_button;
 
        /* always there */