diff --git a/gtk2_ardour/ardour3_fonts.rc.in b/gtk2_ardour/ardour3_fonts.rc.in index f40eb2cb78..c8d08ad4ea 100644 --- a/gtk2_ardour/ardour3_fonts.rc.in +++ b/gtk2_ardour/ardour3_fonts.rc.in @@ -52,7 +52,7 @@ style "large_bold_text" style "large_bold_mono_text" { - font_name = "@BOLD_MONOSPACE@ @FONT_BIGGER@" + font_name = "@MONOSPACE@ bold @FONT_BIGGER@" } style "larger_text" @@ -67,7 +67,7 @@ style "massive_text" style "monospace massive_text" { - font_name = "@BOLD_MONOSPACE@ @FONT_MASSIVE@" + font_name = "@MONOSPACE@ bold @FONT_MASSIVE@" } style "larger_bold_text" 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 (_("Welcome to this BETA release of Ardour 3.0\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 NOT 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) Please do NOT use the forums at ardour.org to report issues.\n\ 4) Please DO 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\