aboutsummaryrefslogtreecommitdiffstats
path: root/config.xml.in
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-11-30 12:29:19 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2016-11-30 16:50:43 +0000
commitb908e195261b8e7cd6a0c648644ef72e930f9334 (patch)
treef65a76557ae0f144c5a73b67a33fd28e30849a8e /config.xml.in
parent7868113f24c78acfdb07120a72fc046effef6044 (diff)
removes useless and meaningless string
Change-Id: I839aafd12abc6a9686fbebcf24af6d908a01715f
Diffstat (limited to 'config.xml.in')
-rw-r--r--config.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.xml.in b/config.xml.in
index 6ca09f1..1d9c86d 100644
--- a/config.xml.in
+++ b/config.xml.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
- <name>App Framework - @PROJECT_NAME@</name>
+ <name>@PROJECT_NAME@</name>
<icon src="icon.png"/>
<content src="qml/@PROJECT_NAME@-app.qml" type="application/vnd.agl.qml.hybrid"/>
<description>This application is used to control and dialog with HVAC system</description>