Browse Source

- Updated documentation URL to doc.qbittorrent.org

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
d22d6468c7
  1. 5
      src/GUI.cpp

5
src/GUI.cpp

@ -249,10 +249,7 @@ void GUI::on_actionWebsite_triggered() const { @@ -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 {

Loading…
Cancel
Save