diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-08-19 13:57:15 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-08-19 13:57:15 +0000 |
commit | 8915074c6393bdc5cbaa7900299122f0d4e365be (patch) | |
tree | 639dc351971b8b7661fa216ebfb41c9406fb2c0e /Source/SPConstants.h | |
parent | 6cf7762d7ae11c75698c11ffee0822b3ead24932 (diff) | |
download | sequelpro-8915074c6393bdc5cbaa7900299122f0d4e365be.tar.gz sequelpro-8915074c6393bdc5cbaa7900299122f0d4e365be.tar.bz2 sequelpro-8915074c6393bdc5cbaa7900299122f0d4e365be.zip |
• added SPFileManagerAdditions
- [(NSString*)applicationSupportDirectoryForSubDirectory:error:]
Return the application support folder of the current application for 'subDirectory'. If this folder doesn't exist it will be created. If 'subDirectory' == nil it only returns the application support folder of the current application.
• added SPThemesSupportFolder constant
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 9086128a..1ee44264 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -224,11 +224,13 @@ extern NSString *SPFileExtensionSQL; extern NSString *SPBundleFileExtension; extern NSString *SPColorThemeFileExtension; -// Filenames +// File names extern NSString *SPHTMLPrintTemplate; extern NSString *SPHTMLTableInfoPrintTemplate; extern NSString *SPHTMLHelpTemplate; +// Folder names +extern NSString *SPThemesSupportFolder; // Preference key constants // General Prefpane |