aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/sequel-pro.scriptTerminology
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/sequel-pro.scriptTerminology')
-rw-r--r--Resources/sequel-pro.scriptTerminology36
1 files changed, 18 insertions, 18 deletions
diff --git a/Resources/sequel-pro.scriptTerminology b/Resources/sequel-pro.scriptTerminology
index a59a137d..f569cbfe 100644
--- a/Resources/sequel-pro.scriptTerminology
+++ b/Resources/sequel-pro.scriptTerminology
@@ -2,28 +2,28 @@
"Name" = "Sequel Pro suite";
"Description" = "Sequel Pro specific classes.";
"Classes" = {
- "NSApplication" = {
+ "SPAppController" = {
"Name" = "application";
"PluralName" = "applications";
"Description" = "Sequel Pro application";
};
- };
- "Commands" = {
- "authenticate" = {
- "Name" = "authenticate";
- "Description" = "Open the dialog asking for password or passphrase";
- "Arguments" = {
- "query" = {
- "Name" = "query phrase";
- "Description" = "The string to show in the dialog";
- };
- "fifo" = {
- "Name" = "fifo";
- "Description" = "The FIFO file where expecting the passphrase";
- };
- "tunnelName" = {
- "Name" = "tunnel";
- "Description" = "Tunnel's name";
+ "Commands" = {
+ "authenticate" = {
+ "Name" = "authenticate";
+ "Description" = "Open the dialog asking for password or passphrase";
+ "Arguments" = {
+ "query" = {
+ "Name" = "query phrase";
+ "Description" = "The string to show in the dialog";
+ };
+ "fifo" = {
+ "Name" = "fifo";
+ "Description" = "The FIFO file where expecting the passphrase";
+ };
+ "tunnelName" = {
+ "Name" = "tunnel";
+ "Description" = "Tunnel's name";
+ };
};
};
};