]> git.lyx.org Git - features.git/commitdiff
typo
authorLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 21 Oct 2002 19:58:41 +0000 (19:58 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Mon, 21 Oct 2002 19:58:41 +0000 (19:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5464 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/xfont_loader.C

index ed07eefac432495ba3b19fd5fe319baf855b16bd..0d036259bef3d214f4d95d39d8f22c6b50f96f0e 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
+
+       * xfont_loader.C (doLoad): typo
+
 2002-10-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * FormVCLog.C (update): modify, use ostringstream
index f31a7e0cdcdb96546d52b30a0965d89dead4abf3..4fa89677b134c60f32ba60ac1dc7d16c8db796ce 100644 (file)
@@ -284,7 +284,7 @@ XFontStruct * xfont_loader::doLoad(LyXFont::FONT_FAMILY family,
        getFontinfo(family, series, shape);
        // FIXME! CHECK! Should we use 72.0 or 72.27? (Lgb)
        int fsize = int((lyxrc.font_sizes[size] * lyxrc.dpi *
-                         (lyxrc.zoom/100.0)) / 72..27 + 0.5);
+                         (lyxrc.zoom/100.0)) / 72.27 + 0.5);
 
        string font = fontinfo[family][series][shape]->getFontname(fsize);