Changeset 3714 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Oct 31, 2018 12:20:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3710 r3714 2067 2067 '''Simple code to display a error or warning message 2068 2068 ''' 2069 dlg = wx.MessageDialog(parent,StripIndents(msg), title, wx.OK) 2069 dlg = wx.MessageDialog(parent,StripIndents(msg), title, wx.OK|wx.CENTRE) 2070 dlg.CentreOnParent() 2070 2071 dlg.ShowModal() 2071 2072 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.