diff options
author | Max <post@wickenrode.com> | 2015-11-07 04:20:06 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-11-07 04:20:06 +0100 |
commit | fdef91b45a56b2f94aa477041b8f4185a2e7e7e2 (patch) | |
tree | 82782958767e3bda7bf7118cc3b357fa78fb4db7 /Source/SPConstants.m | |
parent | 72951bfbb85dd91095823fc6a170d3ce41718246 (diff) | |
download | sequelpro-fdef91b45a56b2f94aa477041b8f4185a2e7e7e2.tar.gz sequelpro-fdef91b45a56b2f94aa477041b8f4185a2e7e7e2.tar.bz2 sequelpro-fdef91b45a56b2f94aa477041b8f4185a2e7e7e2.zip |
Allow import of saved export settings (in export dialog)
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index e5a407f4..4098f062 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -443,6 +443,7 @@ NSString *SPURLSchemeQueryResultStatusPathHeader = @"/tmp/SP_QUERY_RESULT_STAT NSString *SPURLSchemeQueryResultMetaPathHeader = @"/tmp/SP_QUERY_META_"; NSString *SPCommonCryptoExceptionName = @"SPCommonCryptoException"; +NSString *SPErrorDomain = @"SPErrorDomain"; void inline _SPClear(id *addr) { [*addr release], *addr = nil; |