From 55d124255e9d3e4b7b9c86cb6caf8b0ddee870d2 Mon Sep 17 00:00:00 2001 From: wmayer Date: Mon, 5 Jan 2015 18:02:15 +0100 Subject: [PATCH] + fixes #0001851: Qt Assistant loads Error 404 --- src/Gui/CommandStd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/CommandStd.cpp b/src/Gui/CommandStd.cpp index d780ccb2c5..ee034d0b80 100644 --- a/src/Gui/CommandStd.cpp +++ b/src/Gui/CommandStd.cpp @@ -429,7 +429,7 @@ StdCmdOnlineHelp::StdCmdOnlineHelp() void StdCmdOnlineHelp::activated(int iMsg) { - Gui::getMainWindow()->showDocumentation(QString()); + Gui::getMainWindow()->showDocumentation(QString::fromLatin1("Online_Help_Startpage")); } //===========================================================================