Ignore:
Timestamp:
Jun 15, 2017 6:24:49 AM (7 years ago)
Author:
Piotr Rozyczko <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:
72f4834
Parents:
144ec831
Message:

Unit tests for fitting options dialog SASVIEW-514

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/DensityPanel.py

    rcd2cc745 rb0c5e8c  
    88from sas.qtgui.Utilities.GuiUtils import FormulaValidator 
    99from sas.qtgui.UI import main_resources_rc 
     10from sas.qtgui.Utilities.GuiUtils import HELP_DIRECTORY_LOCATION 
    1011 
    1112# Local UI 
     
    148149    def displayHelp(self): 
    149150        try: 
    150             location = self.manager.HELP_DIRECTORY_LOCATION + \ 
     151            location = HELP_DIRECTORY_LOCATION + \ 
    151152                "/user/sasgui/perspectives/calculator/density_calculator_help.html" 
    152153 
Note: See TracChangeset for help on using the changeset viewer.