diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-22 05:08:12 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-22 05:08:12 +0000 |
commit | 7c0e19ddea57a362e9ec6bbc22a2b57b97a758f4 (patch) | |
tree | 2131eb270ad7f4e0fe582b4a57b7dce451ce4686 /Source/SPConstants.m | |
parent | 55fb563d473c25c0ea917898001b7ab4c4e09633 (diff) | |
download | sequelpro-7c0e19ddea57a362e9ec6bbc22a2b57b97a758f4.tar.gz sequelpro-7c0e19ddea57a362e9ec6bbc22a2b57b97a758f4.tar.bz2 sequelpro-7c0e19ddea57a362e9ec6bbc22a2b57b97a758f4.zip |
• implemented undeletion of default Bundles
• made usage of constants
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 4d7c8850..ae803424 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -186,6 +186,8 @@ NSString *SPUniqueSchemaDelimiter = @""; // U+FFF8 NSString *SPLastImportIntoNewTableEncoding = @"LastImportIntoNewTableEncoding"; NSString *SPLastImportIntoNewTableType = @"LastImportIntoNewTableType"; NSString *SPGlobalValueHistory = @"GlobalValueHistory"; +NSString *SPBundleDeletedDefaultBundlesKey = @"deletedDefaultBundles"; +NSString *SPBundleUpdatedDefaultBundlesKey = @"updatedDefaultBundles"; // URLs NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; |