Ignore:
Timestamp:
May 22, 2018 4:53:15 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
ESS_GUI, 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:
db7d2c7
Parents:
0459591
git-author:
Piotr Rozyczko <rozyczko@…> (05/22/18 04:52:37)
git-committer:
Piotr Rozyczko <rozyczko@…> (05/22/18 04:53:15)
Message:

Minor change to the python shell docs.
Fixed doc call from main menu

File:
1 edited

Legend:

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

    ra0ed202 rfe76fba  
    9494        # Set up the status bar 
    9595        self.statusBarSetup() 
    96  
    97         # Needs URL like path, so no path.join() here 
    98         self._helpLocation = GuiUtils.HELP_DIRECTORY_LOCATION + "/index.html" 
    9996 
    10097        # Current tutorial location 
     
    191188        Open a local url in the default browser 
    192189        """ 
    193         #location = os.path.join(GuiUtils.HELP_DIRECTORY_LOCATION, url) 
    194190        location = GuiUtils.HELP_DIRECTORY_LOCATION + url 
    195191        try: 
     
    814810        TODO: use QNetworkAccessManager to assure _helpLocation is valid 
    815811        """ 
    816         helpfile = "index.html" 
     812        helpfile = "/index.html" 
    817813        self.showHelp(helpfile) 
    818814 
Note: See TracChangeset for help on using the changeset viewer.