aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-18 13:48:46 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-18 13:48:46 +0000
commit7449035e027814b807764d59ecd2428dbb43319d (patch)
treedf7f10183d36b2d6138ffc44a85e5e96aec4f370 /Source/SPConstants.m
parent94e6cbd84b96af04b0b3f7eec4b67b2b99cf62ad (diff)
downloadsequelpro-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.m1
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";