Changeset aed0532 in sasview for src/sas/qtgui/Utilities


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

Location:
src/sas/qtgui/Utilities
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Utilities/AddMultEditor.py

    r017b285 raed0532  
    273273        try: 
    274274            help_location = GuiUtils.HELP_DIRECTORY_LOCATION + \ 
    275                             "/user/sasgui/perspectives/fitting/fitting_help.html#sum-multi-p1-p2" 
     275                            "/user/qtgui/Perspectives/Fitting/fitting_help.html#sum-multi-p1-p2" 
    276276            webbrowser.open('file://' + os.path.realpath(help_location)) 
    277277        except AttributeError: 
  • src/sas/qtgui/Utilities/GridPanel.py

    rd4dac80 raed0532  
    170170        """ 
    171171        location = GuiUtils.HELP_DIRECTORY_LOCATION 
    172         url = "/user/sasgui/perspectives/fitting/fitting_help.html#batch-fit-mode" 
     172        url = "/user/qtgui/Perspectives/Fitting/fitting_help.html#batch-fit-mode" 
    173173        try: 
    174174            webbrowser.open('file://' + os.path.realpath(location+url)) 
  • src/sas/qtgui/Utilities/PluginManager.py

    r3b8cc00 raed0532  
    136136        Show the help page in the default browser 
    137137        """ 
    138         location = "/user/sasgui/perspectives/fitting/fitting_help.html#new-plugin-model" 
     138        location = "/user/qtgui/Perspectives/Fitting/fitting_help.html#new-plugin-model" 
    139139        self.parent.showHelp(location) 
    140140                 
  • src/sas/qtgui/Utilities/TabbedModelEditor.py

    rd4dac80 raed0532  
    329329        documentation tree (after /doc/ ....". 
    330330        """ 
    331         location = "/user/sasgui/perspectives/fitting/plugin.html" 
     331        location = "/user/qtgui/Perspectives/Fitting/plugin.html" 
    332332        self.parent.showHelp(location) 
    333333 
Note: See TracChangeset for help on using the changeset viewer.