Changeset 4235 for trunk/makeBat.py


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

minor install changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.