New forum.

--HG--
branch : develop
master
Roman Telezhynskyi 2017-10-13 17:50:25 +03:00
parent cc66a2ccbb
commit 782897dd08
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Copyright (C) 2013-2017 Valentina project
Valentina Web page: https://valentinaproject.bitbucket.io/
Wiki: https://wiki.valentinaproject.org
Valentina main repository: https://bitbucket.org/dismine/valentina/overview
Forum http://forum.valentina-project.org/
Forum http://valentinaproject.forumotion.me/
PPA for Ubuntu (develop): https://launchpad.net/~dismine/+archive/valentina-dev
Help translate https://www.transifex.com/organization/valentina
IRC channel: #valentina on irc.freenode.net.

View File

@ -4106,7 +4106,7 @@ void MainWindow::CreateActions()
connect(ui->actionForum, &QAction::triggered, this, [this]()
{
qCDebug(vMainWindow, "Opening forum");
QDesktopServices::openUrl(QUrl(QStringLiteral("http://forum.valentina-project.org/")));
QDesktopServices::openUrl(QUrl(QStringLiteral("http://valentinaproject.forumotion.me/")));
});
connect(ui->actionLast_tool, &QAction::triggered, this, &MainWindow::LastUsedTool);