diff options
author | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:08:13 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-05-27 20:08:13 +0000 |
commit | d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48 (patch) | |
tree | 9b86bea52408640f3cb43bb6487b8184b985c177 /Source/TableSource.m | |
parent | 20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff) | |
download | sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2 sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip |
Rename TablesList to SPTablesList.
Diffstat (limited to 'Source/TableSource.m')
-rw-r--r-- | Source/TableSource.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m index 1ae93a00..bc61b86d 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -26,7 +26,7 @@ #import "TableSource.h" #import "TableDocument.h" #import "SPTableInfo.h" -#import "TablesList.h" +#import "SPTablesList.h" #import "SPTableData.h" #import "SPSQLParser.h" #import "SPStringAdditions.h" @@ -664,7 +664,7 @@ closes the keySheet NSString *selTable = nil; - // if selectedTable is nil try to get the name from tablesList + // if selectedTable is nil try to get the name from SPTablesList if(selectedTable == nil || ![selectedTable length]) selTable = [tablesListInstance tableName]; else |