Changeset 1077 for trunk/GSASIIgrid.py
- Timestamp:
- Oct 3, 2013 1:11:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r1072 r1077 1560 1560 ''' 1561 1561 if not GSASIIpath.whichsvn(): 1562 dlg = wx.MessageDialog(self ,'No Subversion','Cannot update GSAS-II because subversion (svn) '+1563 ' was not found.'1564 ,wx.OK)1562 dlg = wx.MessageDialog(self.frame, 1563 'No Subversion','Cannot update GSAS-II because subversion (svn) was not found.', 1564 wx.OK) 1565 1565 dlg.ShowModal() 1566 1566 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.