mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
- Updated documentation URL to doc.qbittorrent.org
This commit is contained in:
parent
893c5e6784
commit
d22d6468c7
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue