Changeset 698 for trunk/GSASIIgrid.py
- Timestamp:
- Aug 3, 2012 3:50:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r697 r698 61 61 ] = [wx.NewId() for item in range(2)] 62 62 63 [ wxID_PAWLEYLOAD, wxID_PAWLEYIMPORT, wxID_PAWLEYDELETE, wxID_PAWLEYESTIMATE, 63 [ wxID_PAWLEYLOAD, wxID_PAWLEYDELETE, wxID_PAWLEYESTIMATE, 64 wxID_PAWLEYUPDATE, 64 65 ] = [wx.NewId() for item in range(4)] 65 66 … … 596 597 self.PawleyEdit.Append(id=wxID_PAWLEYESTIMATE, kind=wx.ITEM_NORMAL,text='Pawley estimate', 597 598 help='Estimate initial Pawley intensities') 599 self.PawleyEdit.Append(id=wxID_PAWLEYUPDATE, kind=wx.ITEM_NORMAL,text='Pawley update', 600 help='Update Pawley intensities from reflection list') 598 601 self.PawleyEdit.Append(id=wxID_PAWLEYDELETE, kind=wx.ITEM_NORMAL,text='Pawley delete', 599 602 help='Delete Pawley reflection list')
Note: See TracChangeset
for help on using the changeset viewer.