aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-14 22:23:40 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-14 22:23:40 +0000
commit28cfb63306ea0bb45d99324f26a4775458f34206 (patch)
tree365ae144426041c951a2746f1323df0c4c09b281
parent694e5a55fe9f2579fdef121e3da9d300ed372f89 (diff)
downloadsequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.tar.gz
sequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.tar.bz2
sequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.zip
This should be Monaco, not Courier (we should probably add a preference for this).
-rw-r--r--Source/SPConstants.m2
1 files changed, 1 insertions, 1 deletions
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