Changeset 4235 for trunk/makeBat.py
- Timestamp:
- Jan 7, 2020 10:41:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.