Changeset 1770 for trunk/GSASIIphsGUI.py
- Timestamp:
- Mar 30, 2015 1:39:46 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r1762 r1770 709 709 710 710 def OnRefList(event): 711 dlg = G2 gd.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use',711 dlg = G2G.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use', 712 712 'Use data',refsList,filterBox=False) 713 713 try: … … 780 780 781 781 def OnRefList(event): 782 dlg = G2 gd.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use',782 dlg = G2G.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use', 783 783 'Use data',refsList,filterBox=False) 784 784 try: … … 2226 2226 2227 2227 def OnRefList(event): 2228 dlg = G2 gd.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use',2228 dlg = G2G.G2MultiChoiceDialog(G2frame, 'Select reflection sets to use', 2229 2229 'Use data',refsList,filterBox=False) 2230 2230 try:
Note: See TracChangeset
for help on using the changeset viewer.