Changeset 3588 for trunk/GSASIIphsGUI.py
- Timestamp:
- Sep 7, 2018 9:10:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3587 r3588 4080 4080 def OnImportLayer(event): 4081 4081 dlg = wx.FileDialog(G2frame, 'Choose GSAS-II project file', 4082 wildcard='GSAS-II project file (*.gpx)|*.gpx',style=wx.FD_OPEN| wx. CHANGE_DIR)4082 wildcard='GSAS-II project file (*.gpx)|*.gpx',style=wx.FD_OPEN| wx.FD_CHANGE_DIR) 4083 4083 try: 4084 4084 if dlg.ShowModal() == wx.ID_OK: … … 4531 4531 def OnCopyPhase(event): 4532 4532 dlg = wx.FileDialog(G2frame, 'Choose GSAS-II project file', 4533 wildcard='GSAS-II project file (*.gpx)|*.gpx',style=wx.FD_OPEN| wx. CHANGE_DIR)4533 wildcard='GSAS-II project file (*.gpx)|*.gpx',style=wx.FD_OPEN| wx.FD_CHANGE_DIR) 4534 4534 try: 4535 4535 if dlg.ShowModal() == wx.ID_OK: … … 4561 4561 dlg.Destroy() 4562 4562 dlg = wx.FileDialog(G2frame, 'Choose DIFFaX file name to read', '.', '', 4563 'DIFFaX file (*.*)|*.*',style=wx.FD_OPEN | wx. CHANGE_DIR)4563 'DIFFaX file (*.*)|*.*',style=wx.FD_OPEN | wx.FD_CHANGE_DIR) 4564 4564 try: 4565 4565 if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.