From 0d63bdfc169b253b53afab047d48bfef69cfedbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 4 Dec 2014 00:57:14 +0100 Subject: [PATCH] tex2lyx/text.cpp: bring back a comment as discussed --- src/tex2lyx/text.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 '[' -- 2.39.2