diff options
author | abhibeckert <abhi@abhibeckert.com> | 2009-05-18 00:55:36 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2009-05-18 00:55:36 +0000 |
commit | 63440fb84639000b0a585fdf314c08e6e05fb862 (patch) | |
tree | 9a05ba8c0b31cb49fa924e144b1cb666bb261e6e /Source/TableDocument.m | |
parent | e80c61444c0446dcb052bd26d2eef207b97cea4e (diff) | |
download | sequelpro-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/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 5 |
1 files changed, 5 insertions, 0 deletions
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 |