diff options
author | Max <post@wickenrode.com> | 2015-03-17 01:37:41 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-03-17 01:37:41 +0100 |
commit | 9f2e5a6b0fafeec8f94dfa00414b0016b12194ba (patch) | |
tree | 385c72795f6d96564a7e2b2f4993ab68a6e10fb6 /Source/SPConstants.h | |
parent | cdf6fa551b9ccfe9980baa6cb9de368b99ab985e (diff) | |
download | sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.gz sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.bz2 sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.zip |
Allow selection of SSH client binary in prefs
Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 728d213a..38e05cc5 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -428,6 +428,7 @@ extern NSString *SPHiddenKeyFileVisibilityKey; extern NSString *SPSelectionDetailTypeIndexed; extern NSString *SPSelectionDetailTypePrimaryKeyed; extern NSString *SPSSHEnableMuxingPreference; +extern NSString *SPSSHClientPath; // URLs extern NSString *SPDonationsURL; |