Changeset 254 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Mar 7, 2011 3:31:18 PM (12 years ago)
Author:
vondreele
Message:

removed "Save Integration"
rearranged stuff in the Image Controls window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r250 r254  
    3030] = [wx.NewId() for _init_coll_DrawAtom_Items in range(10)]
    3131
    32 [ wxID_IMCALIBRATE, wxID_IMINTEGRATE, wxID_IMCLEARCALIB, wxID_SAVEINTG,
     32[ wxID_IMCALIBRATE, wxID_IMINTEGRATE, wxID_IMCLEARCALIB,
    3333    wxID_IMCOPYCONTROLS, wxID_INTEGRATEALL, wxID_IMSAVECONTROLS, wxID_IMLOADCONTROLS,
    34 ] = [wx.NewId() for _init_coll_IMAGE_Items in range(8)]
     34] = [wx.NewId() for _init_coll_IMAGE_Items in range(7)]
    3535
    3636[ wxID_MASKCOPY,
     
    157157        parent.Append(help='Integrate all images selected from list',id=wxID_INTEGRATEALL,
    158158            kind=wx.ITEM_NORMAL,text='Integrate all')
    159         parent.Append(help='Save integration results as a series of 1-D powder patterns',
    160             id=wxID_SAVEINTG, kind=wx.ITEM_NORMAL,text='Save Integration')
    161159        parent.Append(help='Copy image controls to other images',
    162160            id=wxID_IMCOPYCONTROLS, kind=wx.ITEM_NORMAL,text='Copy Controls')
Note: See TracChangeset for help on using the changeset viewer.