diff src/objects-msw.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 78f53ef88e17
children 0e522484dd2a
line wrap: on
line diff
--- a/src/objects-msw.c	Mon Aug 13 10:07:42 2007 +0200
+++ b/src/objects-msw.c	Mon Aug 13 10:08:34 2007 +0200
@@ -904,7 +904,7 @@
       logfont.lfWeight = FW_MEDIUM;
     else if (stricmp (weight,"italic") == 0)	/* Hack for early exit */
     {
-      logfont.lfWeight = FW_NORMAL;
+      logfont.lfItalic = TRUE;
       style=weight;
     }
     /* the rest */