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 dd2b4fe9bd..00c1bae54e 100755 --- a/Mac/OSX/PythonLauncher/MyDocument.h +++ b/Mac/OSX/PythonLauncher/MyDocument.h @@ -23,6 +23,7 @@ IBOutlet NSButton *tabs; IBOutlet NSTextField *others; IBOutlet NSButton *with_terminal; + IBOutlet NSTextField *scriptargs; IBOutlet NSTextField *commandline; NSString *script; |