Changeset 2892 for branch/2frame/GSASIIddataGUI.py
- Timestamp:
- Jul 1, 2017 2:58:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branch/2frame/GSASIIddataGUI.py
r2888 r2892 1003 1003 mainSizer.Add(wx.StaticText(DData,wx.ID_ANY,' (This project has no data; use Import to read it)'), 1004 1004 0,WACV|wx.TOP,10) 1005 elif not UseList G2frame.dataFrame.HistsInPhase:1005 elif not UseList in G2frame.dataFrame.HistsInPhase: 1006 1006 mainSizer.Add(wx.StaticText(DData,wx.ID_ANY,' (This phase has no associated data; use appropriate Edit/Add... menu item)'), 1007 1007 0,WACV|wx.TOP,10)
Note: See TracChangeset
for help on using the changeset viewer.