]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.C
srcdoc fixes + a little tidy or two
[features.git] / src / LaTeX.C
index daa1dfb1f95c86b25eecab5fff55fda642035038..55cf3348519d19206c7eab4eb78d417455b2243d 100644 (file)
@@ -376,7 +376,7 @@ bool LaTeX::runMakeIndex(string const & f)
        // It should be possible to set the switches for makeindex
        // sorting style and such. It would also be very convenient
        // to be able to make style files from within LyX. This has
-       // to come for a later time. (0.13 perhaps?)
+       // to come for a later time.
        string tmp = "makeindex -c -q ";
        tmp += f;
        Systemcall one;