Changeset 2231 for trunk/GSASIIgrid.py
- Timestamp:
- Apr 29, 2016 8:59:28 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2229 r2231 1902 1902 self.AtomEdit.Append(id=wxID_ATOMSTRANSFORM, kind=wx.ITEM_NORMAL,text='Transform atoms', 1903 1903 help='Select atoms to transform first') 1904 self.AtomEdit.Append(id=wxID_ATOMSROTATE, kind=wx.ITEM_NORMAL,text='Rotate atoms',1905 help='Select atoms to rotate first')1904 # self.AtomEdit.Append(id=wxID_ATOMSROTATE, kind=wx.ITEM_NORMAL,text='Rotate atoms', 1905 # help='Select atoms to rotate first') 1906 1906 self.AtomEdit.Append(id=wxID_MAKEMOLECULE, kind=wx.ITEM_NORMAL,text='Assemble molecule', 1907 1907 help='Assemble molecule from scatterd atom positions')
Note: See TracChangeset
for help on using the changeset viewer.