The interpreter popup was never filled with any data, fixed.

Fixes #775878.
This commit is contained in:
Jack Jansen 2004-07-16 12:36:02 +00:00
parent 6e3b425f3f
commit 122f87fa04
2 changed files with 11 additions and 4 deletions

View file

@ -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;