From 30938c1dcfeeb1679b6cbd8872b05030de83e223 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 Mar 2013 14:01:48 +0000 Subject: 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 --- gtk2_ardour/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/main.cc') 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)) { -- cgit v1.2.3