From d22d6468c7b170051ca3dea2d95238bb835e775d Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Thu, 26 Nov 2009 21:27:06 +0000 Subject: [PATCH] - Updated documentation URL to doc.qbittorrent.org --- src/GUI.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index d5ec58fbf..4b029b892 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -249,10 +249,7 @@ void GUI::on_actionWebsite_triggered() const { } void GUI::on_actionDocumentation_triggered() const { - if(Preferences::getLocale().startsWith("fr")) - QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://60gp.ovh.net/~dchris/wiki/wikka.php?wakka=FrenchDocumentation"))); - else - QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://60gp.ovh.net/~dchris/wiki/wikka.php?wakka=EnglishDocumentation"))); + QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://doc.qbittorrent.org"))); } void GUI::on_actionBugReport_triggered() const {