From 372109e385d6de7cf29b378eb6f21edaf15be07c Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 28 Aug 2008 12:34:00 +0200 Subject: =?UTF-8?q?Listener:=20Disable=20the=20=E2=80=9CSubmit=E2=80=9D=20?= =?UTF-8?q?button=20while=20the=20interpreter=20is=20working,=20move=20sta?= =?UTF-8?q?tus=20messages=20to=20the=20bottom=20left.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MLKListenerController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'MLKListenerController.h') diff --git a/MLKListenerController.h b/MLKListenerController.h index 3a1d725..d9714dd 100644 --- a/MLKListenerController.h +++ b/MLKListenerController.h @@ -24,6 +24,7 @@ IBOutlet id inputField; IBOutlet id outputTextView; IBOutlet id statusText; + IBOutlet id submitButton; } - (IBAction)submit:(id)sender; @end -- cgit v1.2.3