Changeset 1768
- Timestamp:
- Mar 30, 2015 8:24:32 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1764 r1768 2841 2841 name = self.PatternTree.GetItemText(item) 2842 2842 if name not in ['Notebook','Controls','Covariance','Constraints', 2843 'Restraints','Phases','Rigid bodies' ]:2843 'Restraints','Phases','Rigid bodies','Sequential results']: 2844 2844 if 'PWDR' in name: ifPWDR = True; nItems['PWDR'] += 1 2845 2845 if 'SASD' in name: ifSASD = True; nItems['SASD'] += 1 … … 2854 2854 if ifHKLF: TextList.insert(1,'All HKLF') 2855 2855 if ifPDF: TextList.insert(1,'All PDF') 2856 dlg = wx.MultiChoiceDialog(self, 'Which data to delete?', 'Delete data', TextList, wx.CHOICEDLG_STYLE)2856 dlg = G2gd.G2MultiChoiceDialog(self, 'Which data to delete?', 'Delete data', TextList, wx.CHOICEDLG_STYLE) 2857 2857 try: 2858 2858 if dlg.ShowModal() == wx.ID_OK:
Note: See TracChangeset
for help on using the changeset viewer.