daboide Commit Revision 82 Date: 2005-02-28 12:06:49 -0800 (Mon, 28 Feb 2005) Author: ed
Changed: U trunk/dEditor.py
Log: Changed the open file dialog to the Dabo class, so that the release() call works.
Diff: Modified: trunk/dEditor.py =================================================================== --- trunk/dEditor.py 2005-02-28 00:29:41 UTC (rev 81) +++ trunk/dEditor.py 2005-02-28 20:06:49 UTC (rev 82) @@ -796,7 +796,7 @@ except: dir_ = "" - dlg = wx.FileDialog(self, + dlg = dabo.ui.dFileDialog(self, message = prompt, defaultDir = dir_, wildcard="Python Scripts (*.py)|*.py|All Files (*)|*")
©2005 Ed Leafe |