Changeset 4235
- Timestamp:
- Jan 7, 2020 10:41:34 AM (4 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
install/g2full/EULA.txt
r3938 r4235 6 6 run the bootstrap.py script to create shortcuts and will use svn to 7 7 update to the latest version of GSAS-II, if an internet connection is 8 available. No etthat the bootstrap.py script can be rerun manually to8 available. Note that the bootstrap.py script can be rerun manually to 9 9 obtain updates. 10 10 -
trunk/makeBat.py
r4234 r4235 116 116 app.MainLoop() 117 117 dlg = wx.MessageDialog(None,'gpx files already assigned in registry to: \n'+oldBat+'\n Replace with: '+G2bat+'?','GSAS-II gpx in use', 118 wx.YES_NO | wx.ICON_QUESTION) 118 wx.YES_NO | wx.ICON_QUESTION | wx.STAY_ON_TOP) 119 dlg.Raise() 119 120 if dlg.ShowModal() == wx.ID_YES: 120 121 new = True … … 166 167 dlg = wx.FileDialog(None, 'Choose new GSAS-II shortcut name', desktop, shortbase, 167 168 wildcard='GSAS-II shortcut (*.lnk)|*.lnk',style=wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT) 169 dlg.Raise() 168 170 try: 169 171 if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.