]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Pick up some stitches dropped by Abdel ;-)
[lyx.git] / src / factory.cpp
index 681b8e5fbc53b47bbbc74c167605483bdec2a7a1..cb5c15d36d60e7eab98351841824f548e6ae9d9b 100644 (file)
@@ -407,8 +407,7 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
                // the various \\footcite commands. We should increase the
                // file format number and read these commands here, too.
                // Then we should use is_possible_cite_command() in
-               // src/frontends/controllers/frontend_helpers.cpp to test for valid cite
-               // commands.
+               // InsetCitation to test for valid cite commands.
                if (compare_ascii_no_case(cmdName.substr(0,4), "cite") == 0) {
                        inset.reset(new InsetCitation(inscmd));
                } else if (cmdName == "bibitem") {