mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
tex2lyx/text.cpp: fix 2 typos
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40011 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
93ba21cd5a
commit
9ed2296196
@ -2437,9 +2437,9 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
if (t.cs() == "phantom")
|
||||
begin_inset(os, "Phantom Phantom\n");
|
||||
if (t.cs() == "hphantom")
|
||||
begin_inset(os, "Phantom Hhantom\n");
|
||||
begin_inset(os, "Phantom HPhantom\n");
|
||||
if (t.cs() == "vphantom")
|
||||
begin_inset(os, "Phantom Vhantom\n");
|
||||
begin_inset(os, "Phantom VPhantom\n");
|
||||
os << "status open\n";
|
||||
parse_text_in_inset(p, os, FLAG_ITEM, outer, context);
|
||||
end_inset(os);
|
||||
|
Loading…
Reference in New Issue
Block a user