mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
tex2lyx: fix a typo
tex2lyx/text.cpp: the encoding must be _set_ here
This commit is contained in:
parent
8f7195a251
commit
2c9310d935
@ -1500,7 +1500,7 @@ void parse_environment(Parser & p, ostream & os, bool outer,
|
|||||||
parent_context.font.language = lang_old;
|
parent_context.font.language = lang_old;
|
||||||
parent_context.new_paragraph(os);
|
parent_context.new_paragraph(os);
|
||||||
}
|
}
|
||||||
p.getEncoding() = encoding_old;
|
p.setEncoding(encoding_old);
|
||||||
p.skip_spaces();
|
p.skip_spaces();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user