Changeset 3496 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jul 21, 2018 10:34:41 AM (5 years ago)
Author:
vondreele
Message:

fix issues with masks & powder patterns
remove stray print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3474 r3496  
    455455        mainSizer.Add(MatSizer)
    456456        if self.ifMag:
    457             Mtrans = wx.CheckBox(self.panel,label=' M from Bilbao routine MAXMAGN? Use transform')
     457            Mtrans = wx.CheckBox(self.panel,label=' M from Bilbao routine MAXMAGN? Use matrix transform')
    458458            Mtrans.SetValue(self.Mtrans)
    459459            Mtrans.Bind(wx.EVT_CHECKBOX,OnMtrans)
Note: See TracChangeset for help on using the changeset viewer.