mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
* src/BufferParams.cpp (writeEncodingPreamble):
- correct encoding check. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19171 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
61cb6824a6
commit
3154def278
@ -1411,7 +1411,7 @@ void BufferParams::writeEncodingPreamble(odocstream & os,
|
|||||||
texrow.newline();
|
texrow.newline();
|
||||||
}
|
}
|
||||||
} else if (inputenc != "default") {
|
} else if (inputenc != "default") {
|
||||||
switch (language->encoding()->package()) {
|
switch (encoding().package()) {
|
||||||
case Encoding::none:
|
case Encoding::none:
|
||||||
break;
|
break;
|
||||||
case Encoding::inputenc:
|
case Encoding::inputenc:
|
||||||
|
Loading…
Reference in New Issue
Block a user