diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index c8a53b0a..fce149f0 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -455,6 +455,10 @@ extern NSString *SPBundleOutputActionReplaceContent; extern NSString *SPBundleOutputActionShowAsTextTooltip; extern NSString *SPBundleOutputActionShowAsHTMLTooltip; extern NSString *SPBundleOutputActionShowAsHTML; +extern NSString *SPBundleTriggerActionNone; +extern NSString *SPBundleTriggerActionDatabaseChanged; +extern NSString *SPBundleTriggerActionTableChanged; +extern NSString *SPBundleTriggerActionTableRowChanged; extern NSString *SPBundleFileCommandKey; extern NSString *SPBundleFileScopeKey; extern NSString *SPBundleFileNameKey; @@ -470,6 +474,7 @@ extern NSString *SPBundleFileAuthorKey; extern NSString *SPBundleFileContactKey; extern NSString *SPBundleFileUUIDKey; extern NSString *SPBundleFileDescriptionKey; +extern NSString *SPBundleFileTriggerKey; extern NSString *SPBundleInternLabelKey; extern NSString *SPBundleInternPathToFileKey; extern NSString *SPBundleInternKeyEquivalentKey; |