Changeset 9366

Show
Ignore:
Timestamp:
05/22/09 11:32:24 (4 years ago)
Author:
jawil06
Message:

can now browse for .xml or all files in connect tool

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jawil06/alf/connectTool.py

    r9365 r9366  
    504504            Will load a file dialog and allow the user to browse for an 
    505505            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) 
    507507        if dlg.ShowModal() == wx.ID_OK: 
    508508            filename = dlg.GetFilename()