diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-09 19:41:24 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-09 19:41:24 +0000 |
commit | 0a5acd7a34f5e759171a82b0e4995b25d815d5cf (patch) | |
tree | 2362f6199cf3b04d9bec4001b6be74d6302448a5 /Source/SPConstants.m | |
parent | f39a7b24b21baccaeed950e9a854cab45ceb4c80 (diff) | |
download | sequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.tar.gz sequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.tar.bz2 sequelpro-0a5acd7a34f5e759171a82b0e4995b25d815d5cf.zip |
• further preparations for user-definable bundle support
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 d17ddd13..c146e525 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -57,6 +57,7 @@ NSString *SPHTMLHelpTemplate = @"SPMySQLHelpTemplate"; // Folder names NSString *SPThemesSupportFolder = @"Themes"; +NSString *SPBundleSupportFolder = @"Bundles"; // Preference key constants // General Prefpane |