diff options
author | stuconnolly <stuart02@gmail.com> | 2010-08-19 11:26:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-08-19 11:26:24 +0000 |
commit | 355381b7259d24248b228b3241556c42db3e9bfa (patch) | |
tree | a4a85101448f676a24bc07bee38060bb4c9c8eed /Source/SPCustomQuery.m | |
parent | 14974deb7b7864ab908eba58bb88bcc446a796da (diff) | |
download | sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.gz sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.tar.bz2 sequelpro-355381b7259d24248b228b3241556c42db3e9bfa.zip |
Rename CMCopyTable to SPCopyTable.
Diffstat (limited to 'Source/SPCustomQuery.m')
-rw-r--r-- | Source/SPCustomQuery.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.m b/Source/SPCustomQuery.m index c2a480c6..939b0b9f 100644 --- a/Source/SPCustomQuery.m +++ b/Source/SPCustomQuery.m @@ -1663,7 +1663,7 @@ /** * This function changes the text color of text/blob fields whose content is NULL. */ -- (void)tableView:(CMCopyTable *)aTableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn*)aTableColumn row:(NSInteger)rowIndex +- (void)tableView:(SPCopyTable *)aTableView willDisplayCell:(id)cell forTableColumn:(NSTableColumn*)aTableColumn row:(NSInteger)rowIndex { if (aTableView == customQueryView) { |