From: Günter Milde Date: Tue, 12 Feb 2019 08:30:48 +0000 (+0100) Subject: Update comment. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8ec3dfb78327773d0bba80edfaf6231008249f42;p=features.git Update comment. --- diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp index c194aedd78..d57f68c0e9 100644 --- a/src/BufferParams.cpp +++ b/src/BufferParams.cpp @@ -1779,7 +1779,7 @@ bool BufferParams::writeLaTeX(otexstream & os, LaTeXFeatures & features, } } - // TODO: load textcomp and pmboxdraw before (lua)inputenc (#11454) + // Load textcomp and pmboxdraw before (lua)inputenc (#11454) if (features.mustProvide("textcomp")) os << "\\usepackage{textcomp}\n"; if (features.mustProvide("pmboxdraw"))