Changeset 3337 for trunk/src/user32/user32.cpp
- Timestamp:
- Apr 7, 2000, 12:01:18 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r3250 r3337 1 /* $Id: user32.cpp,v 1.7 6 2000-03-27 15:06:30 cbratschiExp $ */1 /* $Id: user32.cpp,v 1.77 2000-04-07 10:01:16 sandervl Exp $ */ 2 2 3 3 /* … … 891 891 892 892 //CB: fonts not handled by Open32, set to WarpSans 893 lstrcpyA(cmetric->lfSmCaptionFont.lfFaceName,"WarpSans"); 894 cmetric->lfSmCaptionFont.lfHeight = 9; 895 893 896 lstrcpyA(cmetric->lfCaptionFont.lfFaceName,"WarpSans"); 894 897 cmetric->lfCaptionFont.lfHeight = 9;
Note:
See TracChangeset
for help on using the changeset viewer.