mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #935, adjusted 4th segment of version to timestamp since 2010
slack discussion/meeting 20170413
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6802246276
commit
f69c1e7c3f
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user