aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2009-05-18 00:55:36 +0000
committerabhibeckert <abhi@abhibeckert.com>2009-05-18 00:55:36 +0000
commit63440fb84639000b0a585fdf314c08e6e05fb862 (patch)
tree9a05ba8c0b31cb49fa924e144b1cb666bb261e6e /Source
parente80c61444c0446dcb052bd26d2eef207b97cea4e (diff)
downloadsequelpro-63440fb84639000b0a585fdf314c08e6e05fb862.tar.gz
sequelpro-63440fb84639000b0a585fdf314c08e6e05fb862.tar.bz2
sequelpro-63440fb84639000b0a585fdf314c08e6e05fb862.zip
close issue #9, connect window help button now points to Getting_Connected in online wiki
Diffstat (limited to 'Source')
-rw-r--r--Source/TableDocument.h1
-rw-r--r--Source/TableDocument.m5
2 files changed, 6 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 7f7c2297..6615d3db 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -120,6 +120,7 @@
sshUser:(NSString *)sshUser // no-longer in use
sshPassword:(NSString *)sshPassword // no-longer in use
sshPort:(NSString *)sshPort; // no-longer in use
+- (IBAction)connectSheetShowHelp:(id)sender;
- (NSString *)getHTMLforPrint;
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 1af4043b..4e16348e 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -522,6 +522,11 @@ NSString *TableDocumentFavoritesControllerSelectionIndexDidChange = @"TableDocum
}
}
+- (IBAction)connectSheetShowHelp:(id)sender
+{
+ [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.sequelpro.com/docs/Getting_Connected"]];
+}
+
#pragma mark database methods