summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index a93a29ef42..74e0aee6b8 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -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 */