diff options
author | rowanbeentje <rowan@beent.je> | 2012-05-27 23:06:42 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-05-27 23:06:42 +0000 |
commit | 733e7c89c5f092bc11a06d754bde149a5423c928 (patch) | |
tree | 0344f153739f1d5c85a96194684555bbd7878353 /Source/SPConnectionHandler.h | |
parent | 1f0dde0452519496a3d361ad6ddb38731c350a7e (diff) | |
download | sequelpro-733e7c89c5f092bc11a06d754bde149a5423c928.tar.gz sequelpro-733e7c89c5f092bc11a06d754bde149a5423c928.tar.bz2 sequelpro-733e7c89c5f092bc11a06d754bde149a5423c928.zip |
- Fix SSH connection error dialog issues where a localised error text contained the word "bind".
Diffstat (limited to 'Source/SPConnectionHandler.h')
-rw-r--r-- | Source/SPConnectionHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConnectionHandler.h b/Source/SPConnectionHandler.h index bbff61dc..51562c84 100644 --- a/Source/SPConnectionHandler.h +++ b/Source/SPConnectionHandler.h @@ -44,6 +44,6 @@ - (void)cancelConnection; - (void)addConnectionToDocument; -- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail; +- (void)failConnectionWithTitle:(NSString *)theTitle errorMessage:(NSString *)theErrorMessage detail:(NSString *)errorDetail rawErrorText:(NSString *)rawErrorText; @end |