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/TableDocument.m | |
parent | 20e2a56789fee97b67c41e3d16b5752dbe9f495b (diff) | |
download | sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.gz sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.tar.bz2 sequelpro-d62541cf4992bd6b4e1d0f3bee58e8a6367c5e48.zip |
Rename TablesList to SPTablesList.
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index ce87a1ef..deabdc2f 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -26,7 +26,7 @@ // More info at <http://code.google.com/p/sequel-pro/> #import "TableDocument.h" -#import "TablesList.h" +#import "SPTablesList.h" #import "TableSource.h" #import "TableContent.h" #import "CustomQuery.h" @@ -2544,7 +2544,7 @@ } /** - * Returns the currently selected table (passing the request to TablesList) + * Returns the currently selected table (passing the request to SPTablesList) */ - (NSString *)table { @@ -4458,7 +4458,7 @@ [[tablesListInstance onMainThread] setTableListSelectability:NO]; } - // Set the connection of TablesList and TablesDump to reload tables in db + // Set the connection of SPTablesList and TablesDump to reload tables in db [tablesListInstance setConnection:mySQLConnection]; [tableDumpInstance setConnection:mySQLConnection]; |