Ignore:
File:
1 edited

Legend:

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

    rf51ed67 re207c3f  
    6060        self.cmdLinkILL.clicked.connect(functools.partial( 
    6161            GuiUtils.openLink, LocalConfig._ill_url)) 
     62        self.cmdLinkANSTO.clicked.connect(functools.partial( 
     63            GuiUtils.openLink, LocalConfig._ansto_url)) 
    6264 
    6365        self.cmdOK.clicked.connect(self.close) 
Note: See TracChangeset for help on using the changeset viewer.