From d7cccdd591346967d3c0c286b2e7e534435abc12 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 20 Jun 2003 22:21:03 +0000 Subject: Added a field that allows the user to set sys.argv-style arguments to the script. Fixes #757544. --- Mac/OSX/PythonLauncher/MyDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Mac/OSX/PythonLauncher/MyDocument.h') diff --git a/Mac/OSX/PythonLauncher/MyDocument.h b/Mac/OSX/PythonLauncher/MyDocument.h index dd2b4fe9bd..00c1bae54e 100755 --- a/Mac/OSX/PythonLauncher/MyDocument.h +++ b/Mac/OSX/PythonLauncher/MyDocument.h @@ -23,6 +23,7 @@ IBOutlet NSButton *tabs; IBOutlet NSTextField *others; IBOutlet NSButton *with_terminal; + IBOutlet NSTextField *scriptargs; IBOutlet NSTextField *commandline; NSString *script; -- cgit v1.2.1