Re: [Boa Constr] file dialog
Status: Beta
Brought to you by:
riaan
From: Riaan B. <riaan@e.co.za> - 2000-03-21 14:13:49
|
Hi, db...@in... wrote: > > Hello, > > Each time I want to open a module, the file dialog use the filter > *.txt. Is it possible to change it to *.py ? > It was like this because in 2.1.13 wxMSW it shows the second filetype first. 2.1.14 (interim) fixes this. Change Editor.py line 376 to: dlg = wxFileDialog(self, 'Choose a file', '.', '', 'Modules (*.py)|*.py|Text files (*.txt)|*.txt', wxOPEN) Riaan |