Changeset f82ab8c in sasview for src/sas/qtgui/WelcomePanel.py


Ignore:
Timestamp:
Jun 29, 2016 10:04:43 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
481ff26
Parents:
9e426c1
Message:

More dialogs, drag and drop onto File Load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/WelcomePanel.py

    r488c49d rf82ab8c  
    77 
    88import sas.sasview 
     9import LocalConfig 
    910 
    1011from UI.WelcomePanelUI import WelcomePanelUI 
     
    1920 
    2021        ver = "\nSasView %s\nBuild: %s" % (version, build) 
    21         ver += "\n(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and IL" 
     22        #ver += "\n(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and IL" 
     23        ver += LocalConfig._copyright 
    2224 
    2325        self.lblVersion.setText(ver) 
Note: See TracChangeset for help on using the changeset viewer.