mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Typo
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4715 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -92,7 +92,7 @@ void QETMainWindow::initCommonActions() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
upgrade_ = new QAction(QET::Icons::QETDownload, tr("Télécharger une nouvelle version (dev)"), this);
|
upgrade_ = new QAction(QET::Icons::QETDownload, tr("Télécharger une nouvelle version (dev)"), this);
|
||||||
upgrade_ -> setStatusTip(tr("Lance le navigateur par défaut vers le dépot Nighltly en ligne de QElectroTech", "status bar tip"));
|
upgrade_ -> setStatusTip(tr("Lance le navigateur par défaut vers le dépot Nightly en ligne de QElectroTech", "status bar tip"));
|
||||||
|
|
||||||
connect(upgrade_, &QAction::triggered, [this](bool) {
|
connect(upgrade_, &QAction::triggered, [this](bool) {
|
||||||
QString link = "http://download.tuxfamily.org/qet/builds/nightly/";
|
QString link = "http://download.tuxfamily.org/qet/builds/nightly/";
|
||||||
|
|||||||
Reference in New Issue
Block a user