OSC: Changed gainVCA to gainfader as VCA is already used.
[ardour.git] / gtk2_ardour / startup.h
index a93a29ef4238f90260bb2b895c7654131aa6d45e..74e0aee6b8835471ad861b5b819f1661dff292c0 100644 (file)
@@ -63,6 +63,7 @@ class ArdourStartup : public Gtk::Assistant {
        void on_apply ();
        void on_cancel ();
        bool on_delete_event (GdkEventAny*);
+       void discover_plugins ();
 
        static ArdourStartup *the_startup;
 
@@ -101,7 +102,7 @@ class ArdourStartup : public Gtk::Assistant {
        /* final page */
 
        void setup_final_page ();
-       Gtk::Label final_page;
+       Gtk::Button plugin_disco_button;
 
        /* always there */