summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-11 20:09:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-11 20:09:14 +0000
commit5314311e78a3ce1c6fc41f64ed8a2ce55e33222e (patch)
tree6bbe20f2a06cd3f056cb22621c29188ca486f3da /gtk2_ardour
parent578eba247acc81c75b9e2de5c90971ba6ec1846e (diff)
prep for beta1
git-svn-id: svn://localhost/ardour2/branches/3.0@10554 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/startup.cc10
-rw-r--r--gtk2_ardour/startup.h2
2 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index 77afb0fa17..a7bce0a847 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -125,7 +125,7 @@ Ardour will play NO role in monitoring"))
bool need_audio_setup = !EngineControl::engine_running();
- setup_alpha_page ();
+ setup_prerelease_page ();
if (new_user) {
@@ -172,12 +172,12 @@ ArdourStartup::~ArdourStartup ()
}
void
-ArdourStartup::setup_alpha_page ()
+ArdourStartup::setup_prerelease_page ()
{
VBox* vbox = manage (new VBox);
Label* label = manage (new Label);
- label->set_markup (_("<b>Welcome to this ALPHA release of Ardour 3.0</b>\n\n\
-There are still many issues and bugs to be worked on,\n\
+ label->set_markup (_("<b>Welcome to this BETA release of Ardour 3.0</b>\n\n\
+There are still several issues and bugs to be worked on,\n\
as well as general workflow improvements, before this can be considered\n\
release software. So, a few guidelines:\n\
\n\
@@ -202,7 +202,7 @@ Full information on all the above can be found on the support page at\n\
append_page (*vbox);
set_page_type (*vbox, ASSISTANT_PAGE_CONTENT);
- set_page_title (*vbox, _("This is an ALPHA RELEASE"));
+ set_page_title (*vbox, _("This is an BETA RELEASE"));
set_page_complete (*vbox, true);
}
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index a7f1517f41..052a168a37 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -292,7 +292,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 ();
+ void setup_prerelease_page ();
};
#endif /* __gtk2_ardour_startup_h__ */