From 14ee3de8721715d3fa37c873850b5cc596ca1e2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 6 Nov 2011 15:22:00 +0000 Subject: [PATCH] backporting tex2lyx: fix remaining part of bug #7846 (no status entry necessary) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40138 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/text.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index d3bb2b49b4..d467c895b2 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2667,7 +2667,8 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, if (t.cs() == "vphantom") begin_inset(os, "Phantom VPhantom\n"); os << "status open\n"; - parse_text_in_inset(p, os, FLAG_ITEM, outer, context); + parse_text_in_inset(p, os, FLAG_ITEM, outer, context, + "Phantom"); end_inset(os); } -- 2.39.5