aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardWelcome.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard/WizardWelcome.qml b/wizard/WizardWelcome.qml
index f627e88d..208a7994 100644
--- a/wizard/WizardWelcome.qml
+++ b/wizard/WizardWelcome.qml
@@ -75,7 +75,7 @@ Item {
XmlListModel {
id: languagesModel
- source: "file:///" + applicationDirectory + "/lang/languages.xml"
+ source: "/lang/languages.xml"
query: "/languages/language"
XmlRole { name: "name"; query: "@name/string()" }
@@ -113,7 +113,7 @@ Item {
color: gridView.currentIndex === index ? "#DBDBDB" : "#FFFFFF"
Image {
anchors.centerIn: parent
- source: "file:///" + applicationDirectory + flag
+ source: flag
}
}