diff --git a/qt/lc_qupdatedialog.cpp b/qt/lc_qupdatedialog.cpp index e053e17a..055f8326 100644 --- a/qt/lc_qupdatedialog.cpp +++ b/qt/lc_qupdatedialog.cpp @@ -120,7 +120,7 @@ void lcQUpdateDialog::replyFinished(QNetworkReply *reply) } if (updateAvailable) - status = QString(tr("

There's a newer version of LeoCAD available for download (%1.%2.%3).

")).arg(majorVersion, minorVersion, patchVersion); + status = QString(tr("

There's a newer version of LeoCAD available for download (%1.%2.%3).

")).arg(QString::number(majorVersion), QString::number(minorVersion), QString::number(patchVersion)); else status = tr("

You are using the latest LeoCAD version.

");