summaryrefslogtreecommitdiff
path: root/app/gdp-hmi-launcher/ApplicationsModel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/gdp-hmi-launcher/ApplicationsModel.qml')
-rw-r--r--app/gdp-hmi-launcher/ApplicationsModel.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/gdp-hmi-launcher/ApplicationsModel.qml b/app/gdp-hmi-launcher/ApplicationsModel.qml
index d895bfc..4eb72e4 100644
--- a/app/gdp-hmi-launcher/ApplicationsModel.qml
+++ b/app/gdp-hmi-launcher/ApplicationsModel.qml
@@ -13,6 +13,8 @@
*
* List of changes:
* 06.Feb.2015, Holger Behrens, written
+ * 20.Feb.2015, Holger Behrens, update icon file path to point to new images
+ * reset "Browser PoC" unit to "demoui.service"
*/
import QtQuick 2.3
@@ -27,7 +29,7 @@ ListModel {
ListElement {
name: "Browser PoC"
icon: "file://usr/share/gdp/GDP_Browser_Button.png"
- unit: "browser.service"
+ unit: "demoui.service"
description: "Browser PoC Description (TBD)"
}
ListElement {