summaryrefslogtreecommitdiff
path: root/Mac/OSX/PythonLauncher/MyDocument.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-20 22:21:03 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-06-20 22:21:03 +0000
commitd7cccdd591346967d3c0c286b2e7e534435abc12 (patch)
treec6e4a3a623371534f640f1d2af6c227b3d0b5e91 /Mac/OSX/PythonLauncher/MyDocument.h
parent47db25278601d3f9bfedba533e1ba90080f2fbf2 (diff)
downloadcpython-git-d7cccdd591346967d3c0c286b2e7e534435abc12.tar.gz
Added a field that allows the user to set sys.argv-style arguments
to the script. Fixes #757544.
Diffstat (limited to 'Mac/OSX/PythonLauncher/MyDocument.h')
-rwxr-xr-xMac/OSX/PythonLauncher/MyDocument.h1
1 files changed, 1 insertions, 0 deletions
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;