Ignore:
Timestamp:
Sep 28, 2018 9:07:44 AM (6 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
Branches:
ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
62c6dc0
Parents:
f1b696d
git-author:
Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:06:36)
git-committer:
Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:07:44)
Message:

Updated About and Acknowledgement windows. SASVIEW-1184

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/AboutBox.py

    r4992ff2 r7385fec  
    6464        self.cmdLinkANSTO.clicked.connect(functools.partial( 
    6565            GuiUtils.openLink, LocalConfig._ansto_url)) 
     66        self.cmdLinkBAM.clicked.connect(functools.partial( 
     67            GuiUtils.openLink, LocalConfig._bam_url)) 
     68        self.cmdLinkDELFT.clicked.connect(functools.partial( 
     69            GuiUtils.openLink, LocalConfig._delft_url)) 
     70        self.cmdLinkDIAMOND.clicked.connect(functools.partial( 
     71            GuiUtils.openLink, LocalConfig._diamond_url)) 
    6672 
    6773        self.cmdOK.clicked.connect(self.close) 
Note: See TracChangeset for help on using the changeset viewer.