Changeset 9366
- Timestamp:
- 05/22/09 11:32:24 (4 years ago)
- Files:
-
- 1 modified
-
ossiedev/branches/jawil06/alf/connectTool.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jawil06/alf/connectTool.py
r9365 r9366 504 504 Will load a file dialog and allow the user to browse for an 505 505 automation file.''' 506 dlg = wx.FileDialog(self, "Choose automation file", "", "", " *.xml", wx.FD_OPEN)506 dlg = wx.FileDialog(self, "Choose automation file", "", "", "XML Files (*.xml)|*.xml|All Files|*", wx.FD_OPEN) 507 507 if dlg.ShowModal() == wx.ID_OK: 508 508 filename = dlg.GetFilename()