diff options
author | rowanbeentje <rowan@beent.je> | 2011-09-10 16:55:17 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-09-10 16:55:17 +0000 |
commit | a0743aaf9e8e3d9151fb7acf4b1c6da06338be88 (patch) | |
tree | 92919e09c12b4b78c494c7e7c6137209e03c1e88 /Source/SPConstants.h | |
parent | 752b2b576a307130d5f698beed67ccae5c96b166 (diff) | |
download | sequelpro-a0743aaf9e8e3d9151fb7acf4b1c6da06338be88.tar.gz sequelpro-a0743aaf9e8e3d9151fb7acf4b1c6da06338be88.tar.bz2 sequelpro-a0743aaf9e8e3d9151fb7acf4b1c6da06338be88.zip |
- Add the ability to view hidden files in SSH/SSL key selection dialogs; this addresses Issue #1176
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 eebe3d63..7c5e1f17 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -396,6 +396,7 @@ extern NSString *SPLastImportIntoNewTableEncoding; extern NSString *SPLastImportIntoNewTableType; extern NSString *SPGlobalValueHistory; extern NSString *SPBundleDeletedDefaultBundlesKey; +extern NSString *SPHiddenKeyFileVisibilityKey; // URLs extern NSString *SPDonationsURL; |