X-Git-Url: http://git.maemo.org/git/?p=mdictionary;a=blobdiff_plain;f=src%2Fmdictionary%2Fqml%2FTranslationView.qml;h=809e4c80488816809a1ef7a21289af1852c251e3;hp=b366c1d840acdce575202326521b013001ac021e;hb=08831de55e3e5d82575f8deb52a0c3d20d9589b7;hpb=b7f58d195c9d23d79faff0678ab1e618fb07e690 diff --git a/src/mdictionary/qml/TranslationView.qml b/src/mdictionary/qml/TranslationView.qml index b366c1d..809e4c8 100644 --- a/src/mdictionary/qml/TranslationView.qml +++ b/src/mdictionary/qml/TranslationView.qml @@ -11,7 +11,7 @@ Rectangle { function setUrl(string){ webView.url = "file:///home/test.html"; - webView.url = "file:///home/jakub/.mdictionary/html.html"; + webView.url = string; } FlickableWebView {