summaryrefslogtreecommitdiffstats
path: root/Mac/OSX/PythonLauncher/PreferencesWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSX/PythonLauncher/PreferencesWindowController.h')
-rw-r--r--Mac/OSX/PythonLauncher/PreferencesWindowController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/OSX/PythonLauncher/PreferencesWindowController.h b/Mac/OSX/PythonLauncher/PreferencesWindowController.h
index 63c1836..6346996 100644
--- a/Mac/OSX/PythonLauncher/PreferencesWindowController.h
+++ b/Mac/OSX/PythonLauncher/PreferencesWindowController.h
@@ -7,7 +7,7 @@
@interface PreferencesWindowController : NSWindowController <FileSettingsSource>
{
IBOutlet NSPopUpButton *filetype;
- IBOutlet NSTextField *interpreter;
+ IBOutlet NSComboBox *interpreter;
IBOutlet NSButton *honourhashbang;
IBOutlet NSButton *debug;
IBOutlet NSButton *verbose;