Changeset 2047 for trunk/GSASII.py
- Timestamp:
- Nov 12, 2015 4:55:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2043 r2047 2253 2253 self.IntgOutList = [] # list of integration tree item Ids created in G2IO.SaveIntegration 2254 2254 self.autoIntFrame = None 2255 self.IntegratedList = [] # list of integrated image files 2255 2256 self.Sngl = False 2256 2257 self.ifGetRing = False … … 2420 2421 def OnImageRead(self,event): 2421 2422 'Called to read in an image in any known format' 2423 G2G.G2MessageBox(self,'Please use the Import/Image/... menu item rather than this','depreciating menu item') 2422 2424 self.CheckNotebook() 2423 2425 dlg = wx.FileDialog(
Note: See TracChangeset
for help on using the changeset viewer.