]> 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 f030b8ec950da49599e8638331d33ce259cbb215..7cb9cc61d4ad7f5c4791eb3416fd9708c5137d96 100644 (file)
@@ -81,7 +81,7 @@ docstring GuiHyperlink::dialogToParams() const
        else if (fileRB->isChecked())
                params["type"] = qstring_to_ucs4("file:");
        params.setCmdName("href");
-       return from_ascii(InsetHyperlink::params2string(params));
+       return from_utf8(InsetHyperlink::params2string(params));
 }