summaryrefslogtreecommitdiff
path: root/Mac/OSX/PythonLauncher/PreferencesWindowController.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2004-07-16 12:36:02 +0000
committerJack Jansen <jack.jansen@cwi.nl>2004-07-16 12:36:02 +0000
commit122f87fa040688ee9e7092797edab901e48fc26a (patch)
tree2e4b7802f0d523fc4e01338247de3850db301141 /Mac/OSX/PythonLauncher/PreferencesWindowController.h
parent6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f (diff)
downloadcpython-git-122f87fa040688ee9e7092797edab901e48fc26a.tar.gz
The interpreter popup was never filled with any data, fixed.
Fixes #775878.
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 63c1836d56..63469968c1 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;