- Timestamp:
- May 4, 2000, 12:33:36 AM (25 years ago)
- 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:52sandervl Exp $ */1 /* $Id: user32.cpp,v 1.80 2000-05-03 22:33:36 sandervl Exp $ */ 2 2 3 3 /* … … 906 906 lpLogFont->lfWidth = 0; 907 907 lpLogFont->lfEscapement = lpLogFont->lfOrientation = 0; 908 lpLogFont->lfWeight = FW_ BOLD;908 lpLogFont->lfWeight = FW_NORMAL; 909 909 lpLogFont->lfItalic = FALSE; 910 910 lpLogFont->lfStrikeOut = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.