diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-16 12:36:02 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2004-07-16 12:36:02 +0000 |
commit | 122f87fa040688ee9e7092797edab901e48fc26a (patch) | |
tree | 2e4b7802f0d523fc4e01338247de3850db301141 /Mac/OSX/PythonLauncher/PreferencesWindowController.h | |
parent | 6e3b425f3f8f5716fcd13dc0a236bd96a1ea000f (diff) | |
download | cpython-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.h | 2 |
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; |