From 890247960876e8dd987dd44ec98da4300b6a0fd3 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sat, 30 Jan 2010 22:29:34 +0000 Subject: =?UTF-8?q?=E2=80=A2=20CMTextView's=20colours=20are=20set=20via=20?= =?UTF-8?q?observer,=20live=20changed=20in=20editable=20textviews=20?= =?UTF-8?q?=E2=80=A2=20added=20Preference=20setting=20"Table=20font"=20in?= =?UTF-8?q?=20"Table"=20pane=20to=20set=20the=20table=20font/size=20for=20?= =?UTF-8?q?all=20result=20tables=20(Content,=20Custom=20Query)=20=E2=80=A2?= =?UTF-8?q?=C2=A0added=20to=20SPTableView=20the=20method=20setFont:=20?= =?UTF-8?q?=E2=80=A2=20fixed=20the=20initialisation=20of=20vars=20in=20CMT?= =?UTF-8?q?extView=20(fixes=20the=20displaying=20of=20create=20syntax)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPConstants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPConstants.h') diff --git a/Source/SPConstants.h b/Source/SPConstants.h index a4f844d4..0c237e17 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -96,6 +96,7 @@ extern NSString *SPNewFieldsAllowNulls; extern NSString *SPLimitResults; extern NSString *SPLimitResultsValue; extern NSString *SPNullValue; +extern NSString *SPGlobalResultTableFont; // Favorites Prefpane extern NSString *SPFavorites; -- cgit v1.2.3