From 28cfb63306ea0bb45d99324f26a4775458f34206 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 14 Nov 2009 22:23:40 +0000 Subject: This should be Monaco, not Courier (we should probably add a preference for this). --- Source/SPConstants.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/SPConstants.m b/Source/SPConstants.m index e9a87ff7..4c01f1d4 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -30,7 +30,7 @@ NSString *SPKillProcessQueryMode = @"SPKillProcessQueryMode"; NSString *SPKillProcessConnectionMode = @"SPKillProcessConnectionMode"; // Default monospaced font name -NSString *SPDefaultMonospacedFontName = @"Courier"; +NSString *SPDefaultMonospacedFontName = @"Monaco"; // Preference key constants // General Prefpane -- cgit v1.2.3