diff options
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 47c7be38..dd2b4fe 100755 --- a/Mac/OSX/PythonLauncher/MyDocument.h +++ b/Mac/OSX/PythonLauncher/MyDocument.h @@ -14,6 +14,7 @@ @interface MyDocument : NSDocument <FileSettingsSource> { IBOutlet NSTextField *interpreter; + IBOutlet NSButton *honourhashbang; IBOutlet NSButton *debug; IBOutlet NSButton *verbose; IBOutlet NSButton *inspect; |