refs #935, adjusted 4th segment of version to timestamp since 2010

slack discussion/meeting 20170413
This commit is contained in:
Klaus Basan
2017-04-14 02:18:26 +02:00
committed by Mathew Sutcliffe
parent 6802246276
commit f69c1e7c3f
2 changed files with 13 additions and 7 deletions

View File

@@ -165,8 +165,8 @@ namespace BlackGui
if (!downloadUrl.isEmpty())
{
const QString urlStr(downloadUrl.toQString());
const QString hl("<a href=\"%1\"><img src=\":/own/icons/own/drophere16.png\"></a> %2 %3");
ui->lbl_NewVersionUrl->setText(hl.arg(urlStr, latestVersionStr, currentPlatform));
const QString hl("<a href=\"%1\"><img src=\":/own/icons/own/drophere16.png\"></a> %2");
ui->lbl_NewVersionUrl->setText(hl.arg(urlStr, currentPlatform));
ui->lbl_NewVersionUrl->setToolTip("Download '" + latestVersionStr + "' " + m_currentDistribution.getFilename(currentPlatform));
}
}