Ignore:
Timestamp:
May 1, 2018 6:45:08 AM (6 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:
b5cc06e
Parents:
417c03f
Message:

Updated references to help files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/MultiConstraint.py

    r3b3b40b raed0532  
    142142        try: 
    143143            help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 
    144             "/user/sasgui/perspectives/fitting/fitting_help.html#simultaneous-fits-with-constraints" 
     144            "/user/qtgui/Perspectives/Fitting/fitting_help.html#simultaneous-fits-with-constraints" 
    145145            webbrowser.open('file://' + os.path.realpath(help_location)) 
    146146        except AttributeError: 
Note: See TracChangeset for help on using the changeset viewer.