aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2013-04-01 23:10:35 +0000
committerrowanbeentje <rowan@beent.je>2013-04-01 23:10:35 +0000
commit177fa173dd397062e0a5bcc011edf2fcf8f171a7 (patch)
tree72ce9692c799ea878416f0e0035fde57879adece /Source/SPCustomQuery.h
parent6820099de060cbede59f43867a62be5eb424ae4c (diff)
downloadsequelpro-177fa173dd397062e0a5bcc011edf2fcf8f171a7.tar.gz
sequelpro-177fa173dd397062e0a5bcc011edf2fcf8f171a7.tar.bz2
sequelpro-177fa173dd397062e0a5bcc011edf2fcf8f171a7.zip
- Fix query status and error message title to not always suggest an error has occurred, addressing Issue #1670
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r--Source/SPCustomQuery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h
index 4ce76b57..66e9c100 100644
--- a/Source/SPCustomQuery.h
+++ b/Source/SPCustomQuery.h
@@ -97,6 +97,7 @@
IBOutlet SPCopyTable *customQueryView;
IBOutlet NSScrollView *customQueryScrollView;
IBOutlet id errorText;
+ IBOutlet NSTextField *errorTextTitle;
IBOutlet NSScrollView *errorTextScrollView;
IBOutlet id affectedRowsText;
IBOutlet id valueSheet;