Skip to content

Commit

Permalink
Make the wiki page the route for Help->MantidPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
gesnerpassos committed May 2, 2013
1 parent 5716fe9 commit 6fdf75f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14472,8 +14472,9 @@ void ApplicationWindow::showFirstTimeSetup()
Show mantidplot help page
*/
void ApplicationWindow::showmantidplotHelp()
{
HelpWindow::Instance().showURL();
{
// HelpWindow::Instance().showURL(); pull from the relese 2.5-> to return in relese 2.6
QDesktopServices::openUrl(QUrl("http://www.mantidproject.org/MantidPlot"));
}

//
Expand Down

0 comments on commit 6fdf75f

Please sign in to comment.