mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
The interpreter popup was never filled with any data, fixed.
Fixes #775878.
This commit is contained in:
parent
6e3b425f3f
commit
122f87fa04
2 changed files with 11 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue