]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLabel.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiLabel.cpp
index d888ae07d82d833175fa6f0daafdd9ccc7d179c6..5d1ea4a3ef6aaa62efc09a43219a9e0954f67eda 100644 (file)
@@ -54,7 +54,7 @@ docstring GuiLabel::dialogToParams() const
 {
        InsetCommandParams params(insetCode());
        params["name"] = qstring_to_ucs4(keywordED->text());
-       return from_ascii(InsetLabel::params2string(params));
+       return from_utf8(InsetLabel::params2string(params));
 }