diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index 5a096b93..cf468cc7 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -32,7 +32,7 @@ #import "SPConstants.h" #import "SPQueryController.h" #import "SPTooltip.h" -#import "TablesList.h" +#import "SPTablesList.h" #import "SPNavigatorController.h" #import "SPAlertSheets.h" @@ -303,7 +303,7 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) if(!isDictMode && [mySQLConnection isConnected]) { - // Add structural db/table/field data to completions list or fallback to gathering TablesList data + // Add structural db/table/field data to completions list or fallback to gathering SPTablesList data NSString* connectionID; if(tableDocumentInstance) |