Changeset 1836 for trunk/GSASIIctrls.py
- Timestamp:
- May 5, 2015 9:22:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrls.py
r1832 r1836 2085 2085 if multiple: 2086 2086 if useCancel: 2087 dlg = G2 G.G2MultiChoiceDialog(2087 dlg = G2MultiChoiceDialog( 2088 2088 ParentFrame,title, header, ChoiceList) 2089 2089 else: 2090 dlg = G2 G.G2MultiChoiceDialog(2090 dlg = G2MultiChoiceDialog( 2091 2091 ParentFrame,title, header, ChoiceList, 2092 2092 style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER|wx.OK|wx.CENTRE)
Note: See TracChangeset
for help on using the changeset viewer.