]> git.lyx.org Git - features.git/commitdiff
backporting tex2lyx: fix remaining part of bug #7846 (no status entry necessary)
authorUwe Stöhr <uwestoehr@web.de>
Sun, 6 Nov 2011 15:22:00 +0000 (15:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 6 Nov 2011 15:22:00 +0000 (15:22 +0000)
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

index d3bb2b49b4f68b14837d39a6d7a06e3c0ae5eed1..d467c895b2aed2447d2d893c7c5857ed2d6b0471 100644 (file)
@@ -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);
                }