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.h | |
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.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 1 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; |