From 16862af7ec4e57324041b6093aa16ac655a98aac Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 9 Mar 2010 19:56:03 +0000 Subject: =?UTF-8?q?=E2=80=A2=20forgot=20to=20shorten=20SP=5FASLIST=5FALL?= =?UTF-8?q?=5FFIELDS=20in=20CustomQuery=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/CustomQuery.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index 0d4207a0..9df31b8b 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -2465,7 +2465,7 @@ [textView showCompletionListFor:@"$SP_ASLIST_ALL_TABLES" atRange:insertRange fuzzySearch:NO]; break; case 8002: - [textView showCompletionListFor:@"$SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE" atRange:insertRange fuzzySearch:NO]; + [textView showCompletionListFor:@"$SP_ASLIST_ALL_FIELDS" atRange:insertRange fuzzySearch:NO]; break; } } -- cgit v1.2.3