]> git.lyx.org Git - lyx.git/blobdiff - src/factory.C
LFUN_UNICODE_INSERT - unicode-insert
[lyx.git] / src / factory.C
index d5287d895a667256320b53297f1c06069401a523..43930ac8c5e64b960f7cd416ffa463d5ee4c4f17 100644 (file)
@@ -491,7 +491,7 @@ InsetBase * readInset(LyXLex & lex, Buffer const & buf)
                                (tmpl->name(), tmpl->asMacroData());
                        lyxerr[Debug::DEBUG]
                                << BOOST_CURRENT_FUNCTION
-                               << ": creating local macro " << tmpl->name()
+                               << ": creating local macro " << to_utf8(tmpl->name())
                                << endl;
                }
        }