From 733e7c89c5f092bc11a06d754bde149a5423c928 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 27 May 2012 23:06:42 +0000 Subject: - Fix SSH connection error dialog issues where a localised error text contained the word "bind". --- Source/SPConnectionHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPConnectionHandler.h') 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 -- cgit v1.2.3