diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-18 23:57:50 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-18 23:57:50 +0000 |
commit | 3f11234f767748cefc04ec42de6008954359b19d (patch) | |
tree | 73fb6ae32940285ac024f30f5aa2d8a10776c089 /Source/SPConstants.m | |
parent | 7449035e027814b807764d59ecd2428dbb43319d (diff) | |
download | sequelpro-3f11234f767748cefc04ec42de6008954359b19d.tar.gz sequelpro-3f11234f767748cefc04ec42de6008954359b19d.tar.bz2 sequelpro-3f11234f767748cefc04ec42de6008954359b19d.zip |
• further work on Bundle Editor
• generalised [NSString runBashCommand...]
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 12e46bfe..212f3add 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -274,6 +274,7 @@ NSString *SPBundleFileInputSourceKey = @"input"; NSString *SPBundleFileInputSourceFallBackKey = @"input_fallback"; NSString *SPBundleFileOutputActionKey = @"output"; NSString *SPBundleFileKeyEquivalentKey = @"keyEquivalent"; +NSString *SPBundleFileInternalKeyEquivalentKey = @"internalKeyEquivalent"; NSString *SPBundleFileTooltipKey = @"tooltip"; NSString *SPBundleFileDisabledKey = @"disabled"; NSString *SPBundleInternLabelKey = @"label"; |