From 694e5a55fe9f2579fdef121e3da9d300ed372f89 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 14 Nov 2009 22:21:13 +0000 Subject: Updates to the 'use monospaced font' preference, making it a lot more consistent across all table views. Also includes live updating when the preference is changed as well as its implementation in the query console, process list and variables table views. --- Source/SPConstants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 3c40fc66..af884ac3 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -78,6 +78,9 @@ typedef enum { extern NSString *SPKillProcessQueryMode; extern NSString *SPKillProcessConnectionMode; +// Default monospaced font name +extern NSString *SPDefaultMonospacedFontName; + // Preference key constants // General Prefpane extern NSString *SPDefaultFavorite; -- cgit v1.2.3