fix references to bold mono
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Jan 2013 12:56:11 +0000 (12:56 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 30 Jan 2013 12:56:11 +0000 (12:56 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@14036 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour3_fonts.rc.in
gtk2_ardour/startup.cc

index f40eb2cb78f3b28e8ce0d32121669d6d7e53d5a7..c8d08ad4ea102bf7d80c16d01f53c5a60dceb0af 100644 (file)
@@ -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"
index 042bd7f75a2968e3c9f89c22596b225e9194bb39..5916d3bfa2e5974abdb1f8bd6b8cbf48835a8cf5 100644 (file)
@@ -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\