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:
Uwe Stöhr 2007-05-12 00:22:37 +00:00
parent 40ba4d3630
commit e1d855eb41

View File

@ -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;
}