Ignore:
Timestamp:
Oct 26, 2017 5:41:56 AM (6 years ago)
Author:
Adam Washington <adam.washington@…>
Children:
a7067ef2
Parents:
a8b4212
Message:

Fix error message bug when sent multiple data sets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Corfunc/CorfuncPerspective.py

    r39d7f74 recdf172  
    317317 
    318318        self._allow_close = value 
     319 
     320    def title(self): 
     321        """ 
     322        Window title function used by certain error messages. 
     323        Check DataExplorer.py, line 355 
     324        """ 
     325        return "Corfunc Perspective" 
    319326    # pylint: enable=invalid-name 
    320327 
Note: See TracChangeset for help on using the changeset viewer.