Changeset 2403
- Timestamp:
- Aug 1, 2016 4:18:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2364 r2403 1584 1584 self.InstEdit.Append(help='Load instrument profile parameters from file', 1585 1585 id=wxID_INSTLOAD, kind=wx.ITEM_NORMAL,text='Load profile...') 1586 self.InstEdit.Append(help='Save instrument profile parameters to file', 1587 id=wxID_INSTSAVE, kind=wx.ITEM_NORMAL,text='Save profile...') 1586 1588 self.InstEdit.Append(help='Save all instrument profile parameters to one file', 1587 id=wxID_INSTSAVE, kind=wx.ITEM_NORMAL,text='Save profile...')1588 self.InstEdit.Append(help='Save instrument profile parameters to file',1589 1589 id=wxID_INSTSAVEALL, kind=wx.ITEM_NORMAL,text='Save all profile...') 1590 1590 self.InstEdit.Append(help='Copy instrument profile parameters to other histograms',
Note: See TracChangeset
for help on using the changeset viewer.