fix bug
[mdictionary] / src / mdictionary / qml / TranslationView.qml
index 809e4c8..f161c4d 100644 (file)
@@ -10,7 +10,7 @@ Rectangle {
     color: myPalette.window
 
     function setUrl(string){
-        webView.url = "file:///home/test.html";
+        webView.url = "file:///home/jakub/test.html";
         webView.url = string;
     }