aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-08-27 21:10:50 +0000
committerstuconnolly <stuart02@gmail.com>2011-08-27 21:10:50 +0000
commit2e85893ca0c0ce416402a2783067996a38ff8b66 (patch)
tree1203470c55690be490705d61e98f8f34ff0d8ad9 /Source/SPTableContent.m
parent6d2a8515b8a1d3e87b7ef0552696c94368177e52 (diff)
downloadsequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.tar.gz
sequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.tar.bz2
sequelpro-2e85893ca0c0ce416402a2783067996a38ff8b66.zip
Tidy up.
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index ba774615..7304f53e 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -3420,6 +3420,14 @@
[[sender window] orderOut:self];
}
+/**
+ * Opens the content filter help page in the default browser.
+ */
+- (IBAction)showDefaultOperaterHelp:(id)sender
+{
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:SPLOCALIZEDURL_CONTENTFILTERHELP]];
+}
+
#pragma mark -
#pragma mark Retrieving and setting table state