Changeset 2407 for trunk/GSASIIctrls.py
- Timestamp:
- Aug 4, 2016 12:30:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r2404 r2407 3200 3200 wx.OK) 3201 3201 dlg.ShowModal() 3202 dlg.Destroy() 3202 3203 return 3203 3204 mods = GSASIIpath.svnFindLocalChanges() … … 3221 3222 return 3222 3223 dlg.Destroy() 3224 if GSASIIpath.svnGetRev(local=False) is None: 3225 dlg = wx.MessageDialog(self.frame, 3226 'Error obtaining current GSAS-II version. Is internet access working correctly?', 3227 'Subversion error', 3228 wx.OK) 3229 dlg.ShowModal() 3230 dlg.Destroy() 3231 return 3223 3232 dlg = downdate(parent=self.frame) 3224 3233 if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.