diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-18 13:48:46 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-18 13:48:46 +0000 |
commit | 7449035e027814b807764d59ecd2428dbb43319d (patch) | |
tree | df7f10183d36b2d6138ffc44a85e5e96aec4f370 /Source/SPConstants.h | |
parent | 94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad (diff) | |
download | sequelpro-7449035e027814b807764d59ecd2428dbb43319d.tar.gz sequelpro-7449035e027814b807764d59ecd2428dbb43319d.tar.bz2 sequelpro-7449035e027814b807764d59ecd2428dbb43319d.zip |
• Bundle Editor
- input, input fallback, output implemented plus validation
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 da17cf78..0284cfc8 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -456,6 +456,7 @@ extern NSString *SPBundleFileInputSourceFallBackKey; extern NSString *SPBundleFileOutputActionKey; extern NSString *SPBundleFileKeyEquivalentKey; extern NSString *SPBundleFileTooltipKey; +extern NSString *SPBundleFileDisabledKey; extern NSString *SPBundleInternLabelKey; extern NSString *SPBundleInternPathToFileKey; extern NSString *SPBundleInternKeyEquivalentKey; |