]> git.lyx.org Git - features.git/commitdiff
Update comment.
authorGünter Milde <milde@lyx.org>
Tue, 12 Feb 2019 08:30:48 +0000 (09:30 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:58 +0000 (14:39 +0200)
src/BufferParams.cpp

index c194aedd784f489cf602523e6300eb66af3b9dbc..d57f68c0e9038f8e59526a4f9b1e05c3cacd884f 100644 (file)
@@ -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"))