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/PreferencesWindowController.h | |
parent | 996acf122dbf8d9aa694a16a32ced065f5805cd2 (diff) | |
download | cpython-git-3d3b74677a440b00d94b6b4e71e7f2f97800c427.tar.gz |
Optionally honour #! paths in scripts. Fixes #676358.
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h')
-rw-r--r-- | Mac/OSX/PythonLauncher/PreferencesWindowController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.h b/Mac/OSX/PythonLauncher/PreferencesWindowController.h index 57821c5b37..63c1836d56 100644 --- a/Mac/OSX/PythonLauncher/PreferencesWindowController.h +++ b/Mac/OSX/PythonLauncher/PreferencesWindowController.h @@ -8,6 +8,7 @@ { IBOutlet NSPopUpButton *filetype; IBOutlet NSTextField *interpreter; + IBOutlet NSButton *honourhashbang; IBOutlet NSButton *debug; IBOutlet NSButton *verbose; IBOutlet NSButton *inspect; |