From a2a954c933d261e0cb9a0b4eca0d0d1f42902e81 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Tue, 13 Oct 2009 10:14:59 +0000 Subject: =?UTF-8?q?=E2=80=A2=C2=A0Sequel=20Pro=20now=20understands=20the?= =?UTF-8?q?=20AppleScript=20command=20'quit'=20correctly=20-=20this=20fixe?= =?UTF-8?q?d=20issue=20434?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/sequel-pro.scriptSuite | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Resources/sequel-pro.scriptSuite') diff --git a/Resources/sequel-pro.scriptSuite b/Resources/sequel-pro.scriptSuite index 74053c27..e5dcb29f 100644 --- a/Resources/sequel-pro.scriptSuite +++ b/Resources/sequel-pro.scriptSuite @@ -3,12 +3,12 @@ "AppleEventCode" = "cmec"; "Classes" = { - "MainController" = { - "Superclass" = "NSCoreSuite.NSAbstractObject"; + "NSApplication" = { + "Superclass" = "NSCoreSuite.NSApplication"; "AppleEventCode" = "capp"; "SupportedCommands" = { "authenticate" = "authenticate:"; - "NSCoreSuite.Quit" = "handleQuitScriptCommand:"; + "NSCoreSuite.Quit" = "handleQuitScriptCommand:"; }; }; }; -- cgit v1.2.3