aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 4cafc02e..e9a87ff7 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -29,6 +29,9 @@
NSString *SPKillProcessQueryMode = @"SPKillProcessQueryMode";
NSString *SPKillProcessConnectionMode = @"SPKillProcessConnectionMode";
+// Default monospaced font name
+NSString *SPDefaultMonospacedFontName = @"Courier";
+
// Preference key constants
// General Prefpane
NSString *SPDefaultFavorite = @"DefaultFavorite";