aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-05-27 20:08:13 +0000
committerstuconnolly <stuart02@gmail.com>2010-05-27 20:08:13 +0000
commitd62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (patch)
tree9b86bea52408640f3cb43bb6487b8184b985c177 /Source/SPTextView.m
parent20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff)
downloadsequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz
sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2
sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip
Rename TablesList to SPTablesList.
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r--Source/SPTextView.m4
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)