aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.qml b/src/main.qml
index af41dd1..a622c18 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -295,7 +295,7 @@ ApplicationWindow {
}
ListItem {
text: " " + qsTr("Add RWA-Server")
- scene_url: "scenes/add_server_wizard/Scene_step_1.qml"
+ scene_url: "scenes/add_rwahost_wizard/Scene_step_1.qml"
onListItemClick: {
header_text.text = qsTr("Server addition wizard")
if (inPortrait) sidebar_drawer.close()