Skip to content

Commit

Permalink
+ fixes #1851: Qt Assistant loads Error 404
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jan 5, 2015
1 parent 71efef4 commit 55d1242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gui/CommandStd.cpp
Expand Up @@ -429,7 +429,7 @@ StdCmdOnlineHelp::StdCmdOnlineHelp()

void StdCmdOnlineHelp::activated(int iMsg)
{
Gui::getMainWindow()->showDocumentation(QString());
Gui::getMainWindow()->showDocumentation(QString::fromLatin1("Online_Help_Startpage"));
}

//===========================================================================
Expand Down

0 comments on commit 55d1242

Please sign in to comment.