Changeset 3491 for trunk/src


Ignore:
Timestamp:
May 4, 2000, 12:33:36 AM (25 years ago)
Author:
sandervl
Message:

menu font: bold to normal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/user32.cpp

    r3488 r3491  
    1 /* $Id: user32.cpp,v 1.79 2000-05-03 18:35:52 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.80 2000-05-03 22:33:36 sandervl Exp $ */
    22
    33/*
     
    906906        lpLogFont->lfWidth = 0;
    907907        lpLogFont->lfEscapement = lpLogFont->lfOrientation = 0;
    908         lpLogFont->lfWeight = FW_BOLD;
     908        lpLogFont->lfWeight = FW_NORMAL;
    909909        lpLogFont->lfItalic = FALSE;
    910910        lpLogFont->lfStrikeOut = FALSE;
Note: See TracChangeset for help on using the changeset viewer.