]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Some cleanup for the Floating class.
[lyx.git] / src / Buffer.cpp
index efae24f5ef7491ae284504034b9632286a09855a..a7d19dc303dc0ce700e627bb3a6a6fce3b1e4bcd 100644 (file)
@@ -1607,6 +1607,7 @@ int Buffer::runChktex()
        OutputParams runparams(&params().encoding());
        runparams.flavor = OutputParams::LATEX;
        runparams.nice = false;
+       runparams.linelen = lyxrc.plaintext_linelen;
        makeLaTeXFile(FileName(name), org_path, runparams);
 
        TeXErrors terr;