]> git.lyx.org Git - features.git/commitdiff
BufferParams.cpp: forgot this in last commit
authorUwe Stöhr <uwestoehr@web.de>
Sat, 12 May 2007 00:22:37 +0000 (00:22 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 12 May 2007 00:22:37 +0000 (00:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18275 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 55a3e13d6cf60ca98ee81682819564f49c15d216..c958a2dc5854933468b0fd2dc1d149a525f1ee6c 100644 (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;
 }