summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-16 21:11:22 +0200
committerRobin Gareus <robin@gareus.org>2015-07-16 21:11:22 +0200
commitedce75973c076ab1fa66cc6d601a30fcbbcd5dd4 (patch)
tree3032cb753cae70e57facb8a7c604e288f55bbec8 /gtk2_ardour/startup.h
parent762ed5cd18006a8e41d78cdc8442bf8918e9f869 (diff)
offer to scan for plugins at first start.
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 */