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:
Uwe Stöhr 2007-05-05 20:27:43 +00:00
parent c5527942f3
commit fabf9f5af3

View File

@ -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) {