diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-06-20 22:21:03 +0000 |
commit | d7cccdd591346967d3c0c286b2e7e534435abc12 (patch) | |
tree | c6e4a3a623371534f640f1d2af6c227b3d0b5e91 /Mac/OSX/PythonLauncher/MyDocument.h | |
parent | 47db25278601d3f9bfedba533e1ba90080f2fbf2 (diff) | |
download | cpython-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-x | Mac/OSX/PythonLauncher/MyDocument.h | 1 |
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; |