mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
BufferParams.cpp: forgot this in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
40ba4d3630
commit
e1d855eb41
@ -1417,7 +1417,7 @@ string const BufferParams::babelCall(string const & lang_opts) const
|
||||
if (lang_opts.empty())
|
||||
return string();
|
||||
if (!lyxrc.language_global_options)
|
||||
return string("\\usepackage[") + lang_opts + "]{babel}";
|
||||
return "\\usepackage[" + lang_opts + "]{babel}";
|
||||
return lang_pack;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user