]> git.lyx.org Git - lyx.git/commitdiff
* BufferParams.cpp: fix cut'n'paste error.
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 11 Dec 2010 17:17:47 +0000 (17:17 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 11 Dec 2010 17:17:47 +0000 (17:17 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36830 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 9fb69880353f57d39e025c77ad452edd8b3481e5..b0651be8d5b7282d3f78029ab907aa4295d92dca 100644 (file)
@@ -2610,7 +2610,7 @@ string const BufferParams::loadFonts(string const & rm,
                        string const mono = parseFontName(tt);
                        if (ttscale != 100)
                                os << "\\setmonofont[Scale=" 
-                                  << float(sfscale) / 100 
+                                  << float(ttscale) / 100 
                                   << "]{"
                                   << mono << "}\n";
                        else