aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
committerstuconnolly <stuart02@gmail.com>2010-07-06 21:36:02 +0000
commit25b1bbc7620b2fc5176be315ac6c4fc95edde359 (patch)
tree1f23098e3f03da23863b3703cb773170cc2dddd2 /Source/SPTableView.m
parentd3d7ed84f9c56d83d4a92f6f1c40d1280502adad (diff)
downloadsequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.gz
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.tar.bz2
sequelpro-25b1bbc7620b2fc5176be315ac6c4fc95edde359.zip
Rename CustomQuery as SPCustomQuery.
Diffstat (limited to 'Source/SPTableView.m')
-rw-r--r--Source/SPTableView.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m
index c94bc686..8255f9c1 100644
--- a/Source/SPTableView.m
+++ b/Source/SPTableView.m
@@ -90,7 +90,7 @@
// Check if ENTER or RETURN is hit and edit the column.
if([self numberOfSelectedRows] == 1 && ([theEvent keyCode] == 36 || [theEvent keyCode] == 76))
{
- if (![[[[self delegate] class] description] isEqualToString:@"CustomQuery"] &&
+ if (![[[[self delegate] class] description] isEqualToString:@"SPCustomQuery"] &&
![[[[self delegate] class] description] isEqualToString:@"SPQueryFavoriteManager"]){
// Ensure that editing is permitted