]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: bring back a comment as discussed
authorUwe Stöhr <uwestoehr@lyx.org>
Wed, 3 Dec 2014 23:57:14 +0000 (00:57 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Wed, 3 Dec 2014 23:57:14 +0000 (00:57 +0100)
src/tex2lyx/text.cpp

index 3f9446afcf1c42543bc9cedafa10b555f232cd01..8cd5378689ab170b8897bb5c20e2ba27672241a2 100644 (file)
@@ -2848,6 +2848,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
                                begin_inset(os, "Caption Below\n");
                        Context newcontext(true, context.textclass, 0, 0, context.font);
                        newcontext.check_layout(os);
+                       // FIXME InsetArgument is now properly implemented in InsetLayout
+                       //       (for captions, but also for others)
                        if (p.next_token().cat() != catEscape &&
                            p.next_token().character() == '[') {
                                p.get_token(); // eat '['