Changeset 2685 for trunk/GSASIIgrid.py
- Timestamp:
- Feb 1, 2017 11:11:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r2684 r2685 2199 2199 self.PDFPksMenu.Append(menu=self.PDFPksEdit, title='PDF Peaks') 2200 2200 self.PDFPksEdit.Append(help='Fit PDF peaks', id=wxID_PDFPKSFIT, kind=wx.ITEM_NORMAL, 2201 text=' Fit Peaks')2202 self.PDFPksEdit.Append(help=' Fit all PDF peaks', id=wxID_PDFPKSFITALL, kind=wx.ITEM_NORMAL,2203 text=' Fit all PDF peakss')2201 text='PDF peak fit') 2202 self.PDFPksEdit.Append(help='Sequential Peak fitting for all PDFs', id=wxID_PDFPKSFITALL, kind=wx.ITEM_NORMAL, 2203 text='Seq PDF peak fit') 2204 2204 self.PDFPksEdit.Append(help='Copy PDF peaks', id=wxID_PDFCOPYPEAKS, kind=wx.ITEM_NORMAL, 2205 2205 text='Copy peaks')
Note: See TracChangeset
for help on using the changeset viewer.