diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-02-17 15:40:00 +0000 |
| commit | 3d3b74677a440b00d94b6b4e71e7f2f97800c427 (patch) | |
| tree | 2c4a5eb90f1774999dad3f4127fffa52704a4b0d /Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib | |
| parent | 996acf122dbf8d9aa694a16a32ced065f5805cd2 (diff) | |
| download | cpython-git-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.gz | |
Optionally honour #! paths in scripts. Fixes #676358.
Diffstat (limited to 'Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib')
| -rw-r--r-- | Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib index 7c581494b6..7778ff0455 100644 --- a/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib +++ b/Mac/OSX/PythonLauncher/English.lproj/MyDocument.nib/classes.nib @@ -2,12 +2,13 @@ IBClasses = ( {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, { - ACTIONS = {do_apply = id; do_cancel = id; do_reset = id; do_run = id; }; + ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; }; CLASS = MyDocument; LANGUAGE = ObjC; OUTLETS = { commandline = NSTextField; debug = NSButton; + honourhashbang = NSButton; inspect = NSButton; interpreter = NSTextField; nosite = NSButton; @@ -15,7 +16,7 @@ others = NSTextField; tabs = NSButton; verbose = NSButton; - with_terminal = NSButton; + "with_terminal" = NSButton; }; SUPERCLASS = NSDocument; } |
