summaryrefslogtreecommitdiffstats
path: root/qml/Sources.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Sources.qml')
-rw-r--r--qml/Sources.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/Sources.qml b/qml/Sources.qml
index 304df59..fa54e1d 100644
--- a/qml/Sources.qml
+++ b/qml/Sources.qml
@@ -194,7 +194,7 @@ If this computer will have access to the Internet, you can delete the <i>Local</
Layout.columnSpan: 2
Layout.alignment: Qt.AlignHCenter
objectName: "launch"
- onMbuttonClicked: { launch.command(["drakrpm-edit-media",])}
+ onMbuttonClicked: { launch.command(["/usr/bin/drakrpm-edit-media",])}
buttonText: qsTr("Edit software sources")+" *"
}
}