summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-30 12:56:11 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-30 12:56:11 +0000
commit12139af83eb63699e7603b30c4304436dd0e6959 (patch)
tree3745208e2ce63928566620704cd9abd5937e3c3d /gtk2_ardour/startup.cc
parentd1c9bc0e725e4c6984aa2fa72b0ed43e2a18d4f6 (diff)
fix references to bold mono
git-svn-id: svn://localhost/ardour2/branches/3.0@14036 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/startup.cc')
-rw-r--r--gtk2_ardour/startup.cc11
1 files changed, 5 insertions, 6 deletions
diff --git a/gtk2_ardour/startup.cc b/gtk2_ardour/startup.cc
index 042bd7f75a..5916d3bfa2 100644
--- a/gtk2_ardour/startup.cc
+++ b/gtk2_ardour/startup.cc
@@ -130,8 +130,9 @@ Ardour will play NO role in monitoring"))
set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
- // setup_prerelease_page ();
-
+#ifdef __APPLE__
+ setup_prerelease_page ();
+#endif
if (new_user) {
setup_new_user_page ();
@@ -192,13 +193,11 @@ ArdourStartup::setup_prerelease_page ()
VBox* vbox = manage (new VBox);
Label* label = manage (new Label);
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\
+Ardour 3.0 has been released for Linux but because of the lack of testers,\n\
+it is still at the beta stage on OS X. So, a few guidelines:\n\
\n\
1) Please do <b>NOT</b> use this software with the expectation that it is stable or reliable\n\
though it may be so, depending on your workflow.\n\
-2) Please see http://ardour.org/a3_features for a guide to new features.\n\
3) <b>Please do NOT use the forums at ardour.org to report issues</b>.\n\
4) Please <b>DO</b> use the bugtracker at http://tracker.ardour.org/ to report issues\n\
making sure to note the product version number as 3.0-beta.\n\