]> git.lyx.org Git - lyx.git/blobdiff - src/Chktex.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / Chktex.C
index 8ca81b294c1e3b784f36989859ecda70cd4ef22b..6ae01d7df850bc8c83da896f489fd957db0dad66 100644 (file)
@@ -64,9 +64,9 @@ int Chktex::scanLogFile(TeXErrors & terr)
        string const tmp = onlyFilename(changeExtension(file, ".log"));
 
 #if USE_BOOST_FORMAT
-       boost::format msg(_("ChkTeX warning id # %1$d"));
+       boost::format msg(lyx::to_utf8(_("ChkTeX warning id # %1$d")));
 #else
-       string const msg(_("ChkTeX warning id # "));
+       string const msg(lyx::to_utf8(_("ChkTeX warning id # ")));
 #endif
        ifstream ifs(tmp.c_str());
        while (getline(ifs, token)) {