From 0bcd5d875df0cb1adff6a8fb0bc31ce745477699 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 14 Jul 2015 11:16:10 +0200 Subject: [PATCH] Display the actual application version in the about dialog This helps people reporting issues since they can report the proper application version --- resources/qml/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/AboutDialog.qml b/resources/qml/AboutDialog.qml index 369a2cfbfc..a736a7fbda 100644 --- a/resources/qml/AboutDialog.qml +++ b/resources/qml/AboutDialog.qml @@ -31,7 +31,7 @@ UM.Dialog { Label { id: version - text: "Cura 15.06" + text: "Cura %1".arg(UM.Application.version) font: UM.Theme.fonts.large anchors.horizontalCenter : logo.horizontalCenter anchors.horizontalCenterOffset : (logo.width * 0.25)