diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index f26d24b8b24cbf31d551af0e3df3621b8afb829c..b03719cd10e85833e208f172657fc382187f8185 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -851,8 +851,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url) // local help not installed, resort to external web help QString urlPrefix = QLatin1String("http://doc.trolltech.com/"); if (url.authority() == QLatin1String("com.nokia.qtcreator")) { - urlPrefix.append(QString::fromLatin1("qtcreator-%1.%2") - .arg(IDE_VERSION_MAJOR).arg(IDE_VERSION_MINOR)); + urlPrefix.append(QString::fromLatin1("qtcreator")); } else { urlPrefix.append(QLatin1String("latest")); }