summaryrefslogtreecommitdiff
path: root/gtk2_ardour/main.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-09 14:01:48 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-09 14:01:48 +0000
commit30938c1dcfeeb1679b6cbd8872b05030de83e223 (patch)
tree2f26656eb4dc99f02d0773f0c1a38044b7712117 /gtk2_ardour/main.cc
parent14f4e235a96decf5016adf2acc1f8c7cc93b74e9 (diff)
attempted further rationalization of clock font issues (especially fr OS X
git-svn-id: svn://localhost/ardour2/branches/3.0@14199 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/main.cc')
-rw-r--r--gtk2_ardour/main.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/main.cc b/gtk2_ardour/main.cc
index f386f2a0e5..60f0367764 100644
--- a/gtk2_ardour/main.cc
+++ b/gtk2_ardour/main.cc
@@ -223,10 +223,10 @@ fixup_bundle_environment (int, char* [])
static void load_custom_fonts() {
/* this code will only compile on OS X 10.6 and above, and we currently do not
- * need it anyway since we have no custom fonts on OS X. Leave it here in case
- * we ever need to comeback to it.
+ * need it for earlier versions since we fall back on a non-monospace,
+ * non-custom font.
*/
-#if 0
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
std::string ardour_mono_file;
if (!find_file_in_search_path (ardour_data_search_path(), "ArdourMono.ttf", ardour_mono_file)) {