fix(scripts): use ui/Linphone/Dialog path instead of ui/components/dialog

This commit is contained in:
Ronan Abhamon 2016-09-26 15:42:22 +02:00
parent 2850facd80
commit 47f43a39da

View file

@ -57,7 +57,7 @@ function openWindow (window, parent, options) {
function openConfirmDialog (parent, options) {
openWindow(
'import QtQuick 2.7;' +
'import \'qrc:/ui/components/dialog\';' +
'import \'qrc:/ui/Linphone/Dialog\';' +
'ConfirmDialog {' +
'descriptionText: \'' + options.descriptionText + '\';' +
'title: \'' + options.title + '\'' +