aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-21 11:23:55 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-21 11:23:55 +0000
commit4c0b75237fd608107cfff54e904f1b424564617e (patch)
tree468e13cc971a78572228bed87dd62a67af2bfc56 /Source/SPConstants.h
parentc486a4033c121a5e836600857a7db3977b94d160 (diff)
downloadsequelpro-4c0b75237fd608107cfff54e904f1b424564617e.tar.gz
sequelpro-4c0b75237fd608107cfff54e904f1b424564617e.tar.bz2
sequelpro-4c0b75237fd608107cfff54e904f1b424564617e.zip
• fixed issue form redirecting output actions via exit codes if Bundle's default output action was None
• renamed constants to avoid confusing
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r--Source/SPConstants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 37687ba1..92aa0786 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -527,9 +527,9 @@ extern NSString *SPBundleShellVariableExitReplaceSelection;
extern NSString *SPBundleShellVariableExitReplaceContent;
extern NSString *SPBundleShellVariableExitInsertAsText;
extern NSString *SPBundleShellVariableExitInsertAsSnippet;
-extern NSString *SPBundleShellVariableExitInsertAsHTML;
-extern NSString *SPBundleShellVariableExitInsertAsTextTooltip;
-extern NSString *SPBundleShellVariableExitInsertAsHTMLTooltip;
+extern NSString *SPBundleShellVariableExitShowAsHTML;
+extern NSString *SPBundleShellVariableExitShowAsTextTooltip;
+extern NSString *SPBundleShellVariableExitShowAsHTMLTooltip;
extern NSString *SPBundleShellVariableCurrentHost;
extern NSString *SPBundleShellVariableCurrentUser;
extern NSString *SPBundleShellVariableCurrentPort;