From 3d3b74677a440b00d94b6b4e71e7f2f97800c427 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 17 Feb 2003 15:40:00 +0000 Subject: Optionally honour #! paths in scripts. Fixes #676358. --- Mac/OSX/PythonLauncher/PreferencesWindowController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h') 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; -- cgit v1.2.1