mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
forgot this in my last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c5527942f3
commit
fabf9f5af3
@ -468,12 +468,13 @@ TeXOnePar(Buffer const & buf,
|
|||||||
doc_language->babel()));
|
doc_language->babel()));
|
||||||
pending_newline = true;
|
pending_newline = true;
|
||||||
}
|
}
|
||||||
} else if (!par_language->babel().empty())
|
} else if (!par_language->babel().empty()) {
|
||||||
os << from_ascii(subst(
|
os << from_ascii(subst(
|
||||||
lyxrc.language_command_end,
|
lyxrc.language_command_end,
|
||||||
"$$lang",
|
"$$lang",
|
||||||
par_language->babel()));
|
par_language->babel()));
|
||||||
pending_newline = true;
|
pending_newline = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pending_newline) {
|
if (pending_newline) {
|
||||||
|
Loading…
Reference in New Issue
Block a user