aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-29 14:53:37 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-29 14:53:37 +0000
commitcef5a0200f433e53bd27b2516e5ac269205f0420 (patch)
treeb8506962744b98ecf1930f0f850def8def2887a4 /Source/SPConstants.h
parentacc0d65e502eac87ab469db11a96cbc7a4b39593 (diff)
downloadsequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.tar.gz
sequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.tar.bz2
sequelpro-cef5a0200f433e53bd27b2516e5ac269205f0420.zip
• Bundle Editor
- fixed an init font setting problem (thanks to Rowan) - further work on triggers
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h5
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;