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.m | |
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.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 892941cf..12e46bfe 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -275,6 +275,7 @@ NSString *SPBundleFileInputSourceFallBackKey = @"input_fallback"; NSString *SPBundleFileOutputActionKey = @"output"; NSString *SPBundleFileKeyEquivalentKey = @"keyEquivalent"; NSString *SPBundleFileTooltipKey = @"tooltip"; +NSString *SPBundleFileDisabledKey = @"disabled"; NSString *SPBundleInternLabelKey = @"label"; NSString *SPBundleInternPathToFileKey = @"path"; NSString *SPBundleInternKeyEquivalentKey = @"keyEquivalent"; |