aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r--Source/SPTextView.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m
index de1ddc04..6b98217c 100644
--- a/Source/SPTextView.m
+++ b/Source/SPTextView.m
@@ -50,6 +50,7 @@
#import "SPCopyTable.h"
#import "SPEditorTokens.h"
#import "SPSyntaxParser.h"
+#import "SPHelpViewerClient.h"
#import <SPMySQL/SPMySQL.h>
@@ -1107,7 +1108,7 @@ retry:
*/
- (IBAction) showMySQLHelpForCurrentWord:(id)sender
{
- [customQueryInstance showHelpForCurrentWord:self];
+ [[tableDocumentInstance helpViewerClient] showHelpForCurrentWord:self];
}
#endif