From: Uwe Stöhr Date: Wed, 3 Dec 2014 23:57:14 +0000 (+0100) Subject: tex2lyx/text.cpp: bring back a comment as discussed X-Git-Tag: 2.2.0alpha1~1484 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0d63bdfc169b253b53afab047d48bfef69cfedbb;p=features.git tex2lyx/text.cpp: bring back a comment as discussed --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 3f9446afcf..8cd5378689 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -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 '['