From 770c2ff8d02a6a9ea9f607c87804a3813b2a0506 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 9 Mar 2010 19:27:56 +0000 Subject: =?UTF-8?q?=E2=80=A2=20shortened=20SP=5FASLIST=5FALL=5FFIELDS=5FFR?= =?UTF-8?q?OM=5FSELECTED=5FTABLE=20to=20SP=5FASLIST=5FALL=5FFIELDS=20since?= =?UTF-8?q?=20it's=20too=20long=20=E2=80=A2=20some=20GUI=20improvements=20?= =?UTF-8?q?for=20Query=20Fav=20Editor's=20"Insert=20placeholder"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CMTextView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/CMTextView.m') diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 51b2f580..d65e2c9d 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -1141,7 +1141,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) for(id w in arr) [possibleCompletions addObject:[NSDictionary dictionaryWithObjectsAndKeys:w, @"display", @"database-small", @"image", @"", @"isRef", nil]]; } - else if([kind isEqualToString:@"$SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE"]) { + else if([kind isEqualToString:@"$SP_ASLIST_ALL_FIELDS"]) { NSString *currentDb = nil; NSString *currentTable = nil; -- cgit v1.2.3