add a new alpha release notification page to startup assistant

git-svn-id: svn://localhost/ardour2/branches/3.0@9139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-13 18:17:42 +00:00
parent e719c72f72
commit b8e09aea91
2 changed files with 38 additions and 0 deletions

View file

@ -288,6 +288,7 @@ class ArdourStartup : public Gtk::Assistant {
void move_along_now ();
bool _existing_session_chooser_used; ///< set to true when the existing session chooser has been used
void setup_alpha_page ();
};
#endif /* __gtk2_ardour_startup_h__ */