Changeset 678
- Timestamp:
- Jul 5, 2012 8:44:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r677 r678 444 444 G2frame.NewPlot = True 445 445 except: 446 msg = wx.MessageDialog( 447 G2frame, 448 message="Error reading GSAS project file "+ 449 str(G2frame.GSASprojectfile)+ 450 ". Is this a .gpx file created by GSAS-II?", 451 caption="Load Error", 452 style=wx.ICON_ERROR | wx.OK | wx.STAY_ON_TOP) 446 msg = wx.MessageDialog(G2frame,message="Error reading file "+ 447 str(G2frame.GSASprojectfile)+". This is not a GSAS-II .gpx file", 448 caption="Load Error",style=wx.ICON_ERROR | wx.OK | wx.STAY_ON_TOP) 453 449 msg.ShowModal() 454 450 finally:
Note: See TracChangeset
for help on using the changeset viewer.