diff options
author | stuconnolly <stuart02@gmail.com> | 2009-11-14 22:23:40 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-11-14 22:23:40 +0000 |
commit | 28cfb63306ea0bb45d99324f26a4775458f34206 (patch) | |
tree | 365ae144426041c951a2746f1323df0c4c09b281 /Source/SPConstants.m | |
parent | 694e5a55fe9f2579fdef121e3da9d300ed372f89 (diff) | |
download | sequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.tar.gz sequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.tar.bz2 sequelpro-28cfb63306ea0bb45d99324f26a4775458f34206.zip |
This should be Monaco, not Courier (we should probably add a preference for this).
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
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 |