]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiHyperlink.cpp
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiHyperlink.cpp
index f51a30b6c9f9fc21967b663717a34559f3d7a851..7cb9cc61d4ad7f5c4791eb3416fd9708c5137d96 100644 (file)
@@ -81,8 +81,7 @@ docstring GuiHyperlink::dialogToParams() const
        else if (fileRB->isChecked())
                params["type"] = qstring_to_ucs4("file:");
        params.setCmdName("href");
-
-       return from_ascii(InsetHyperlink::params2string("href", params));
+       return from_utf8(InsetHyperlink::params2string(params));
 }