From 629ca5461369b66da6ac4f88b4b7b3a6b3164540 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Thu, 8 Jan 2015 14:27:59 +0100 Subject: [PATCH] Fix the Printer application naming --- Printer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Printer.qml b/Printer.qml index a998b35050..4212d0ff37 100644 --- a/Printer.qml +++ b/Printer.qml @@ -5,5 +5,5 @@ import QtQuick.Layouts 1.1 import UM 1.0 as UM UM.DefaultWindow { - title: "UM" + title: "Cura" }