Changeset 2403


Ignore:
Timestamp:
Aug 1, 2016 4:18:25 PM (7 years ago)
Author:
toby
Message:

fix William's bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2364 r2403  
    15841584        self.InstEdit.Append(help='Load instrument profile parameters from file',
    15851585            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...')
    15861588        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',
    15891589            id=wxID_INSTSAVEALL, kind=wx.ITEM_NORMAL,text='Save all profile...')           
    15901590        self.InstEdit.Append(help='Copy instrument profile parameters to other histograms',
Note: See TracChangeset for help on using the changeset viewer.