diff options
author | stuconnolly <stuart02@gmail.com> | 2012-01-29 20:21:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-01-29 20:21:03 +0000 |
commit | 36c061403637d5fefc1473ac3b668e54b1341871 (patch) | |
tree | 162b84d6ebc411f7b3acb20b9af558dbde3d3652 /Source/SPQueryConsoleDataSource.m | |
parent | 3668ca91ff3f9432b23772171aec58bc289459e2 (diff) | |
download | sequelpro-36c061403637d5fefc1473ac3b668e54b1341871.tar.gz sequelpro-36c061403637d5fefc1473ac3b668e54b1341871.tar.bz2 sequelpro-36c061403637d5fefc1473ac3b668e54b1341871.zip |
Fix minor copying and saving console view content issues.
Diffstat (limited to 'Source/SPQueryConsoleDataSource.m')
-rw-r--r-- | Source/SPQueryConsoleDataSource.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPQueryConsoleDataSource.m b/Source/SPQueryConsoleDataSource.m index 29a8dc7a..a8b289d9 100644 --- a/Source/SPQueryConsoleDataSource.m +++ b/Source/SPQueryConsoleDataSource.m @@ -43,7 +43,7 @@ static NSUInteger SPMessageTruncateCharacterLength = 256; } /** - * Table view delegate method. Returns the specific object for the request column and row. + * Table view delegate method. Returns the specific object for the requested column and row. */ - (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row { |