Changeset 3619 for trunk/GSASIIdataGUI.py
- Timestamp:
- Sep 25, 2018 11:07:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3600 r3619 3865 3865 'GSAS-II project file (*.gpx)|*.gpx',wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT) 3866 3866 try: 3867 if dlg.ShowModal() == wx.ID_OK: 3867 if dlg.ShowModal() == wx.ID_OK: #TODO: what about Cancel? 3868 3868 self.GSASprojectfile = dlg.GetPath() 3869 3869 self.GSASprojectfile = G2IO.FileDlgFixExt(dlg,self.GSASprojectfile)
Note: See TracChangeset
for help on using the changeset viewer.