Changeset 4235


Ignore:
Timestamp:
Jan 7, 2020 10:41:34 AM (4 years ago)
Author:
toby
Message:

minor install changes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • install/g2full/EULA.txt

    r3938 r4235  
    66run the bootstrap.py script to create shortcuts and will use svn to
    77update to the latest version of GSAS-II, if an internet connection is
    8 available. Noet that the bootstrap.py script can be rerun manually to
     8available. Note that the bootstrap.py script can be rerun manually to
    99obtain updates.
    1010
  • trunk/makeBat.py

    r4234 r4235  
    116116                    app.MainLoop()
    117117                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()
    119120                if dlg.ShowModal() == wx.ID_YES:
    120121                    new = True
     
    166167            dlg = wx.FileDialog(None, 'Choose new GSAS-II shortcut name',  desktop, shortbase,
    167168                wildcard='GSAS-II shortcut (*.lnk)|*.lnk',style=wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT)
     169            dlg.Raise()
    168170            try:
    169171                if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset for help on using the changeset viewer.