mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 01:23:35 +00:00
Fixed incorrect update message.
This commit is contained in:
@@ -120,7 +120,7 @@ void lcQUpdateDialog::replyFinished(QNetworkReply *reply)
|
||||
}
|
||||
|
||||
if (updateAvailable)
|
||||
status = QString(tr("<p>There's a newer version of LeoCAD available for download (%1.%2.%3).</p>")).arg(majorVersion, minorVersion, patchVersion);
|
||||
status = QString(tr("<p>There's a newer version of LeoCAD available for download (%1.%2.%3).</p>")).arg(QString::number(majorVersion), QString::number(minorVersion), QString::number(patchVersion));
|
||||
else
|
||||
status = tr("<p>You are using the latest LeoCAD version.</p>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user