]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetListings.cpp
Make listings dialog translatable (mostly strings from InsetListingsParams), fix...
[lyx.git] / src / insets / InsetListings.cpp
index bd338d46612ae2a74f9d7f5adc8f75a0e0ce1c74..3e5100b89ee47fbf188e7d44d488b59c2cbc38d7 100644 (file)
@@ -149,7 +149,7 @@ int InsetListings::latex(Buffer const & buf, odocstream & os,
                                if (!param_string.empty())
                                        os << ',';
                        }
-                       os << from_ascii(param_string) << "]\n";
+                       os << from_utf8(param_string) << "]\n";
                }
                lines += 4;
        }