From c636a4d36f0fd1b3749ee6de77452e9491030313 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 23 Aug 2009 17:22:40 +0000 Subject: =?UTF-8?q?=E2=80=A2=20modified=20SPHistoryController=20to=20handl?= =?UTF-8?q?e=20the=20new=20BETWEEN=20operator=20=E2=80=A2=20after=20changi?= =?UTF-8?q?ng=20the=20operator=20in=20TableContent=20set=20focus=20to=20fi?= =?UTF-8?q?rst=20argument=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableContent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableContent.h') diff --git a/Source/TableContent.h b/Source/TableContent.h index 03aaeafa..98360660 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -72,7 +72,7 @@ unsigned int limitStartPositionToRestore; NSIndexSet *selectionIndexToRestore; NSRect selectionViewportToRestore; - NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore; + NSString *filterFieldToRestore, *filterComparisonToRestore, *filterValueToRestore, *betweenFilterValueToRestore; } // Table loading methods and information -- cgit v1.2.3