Added a field that allows the user to set sys.argv-style arguments

to the script. Fixes #757544.
This commit is contained in:
Jack Jansen 2003-06-20 22:21:03 +00:00
parent 47db252786
commit d7cccdd591
9 changed files with 21 additions and 5 deletions

View file

@ -14,6 +14,7 @@
nosite = NSButton;
optimize = NSButton;
others = NSTextField;
scriptargs = NSTextField;
tabs = NSButton;
verbose = NSButton;
"with_terminal" = NSButton;