comparison os2/dw.c @ 363:eaebef97fc4f

Fixed using the default font in the bubble help.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 24 Apr 2003 04:54:55 +0000
parents cf66410d03b4
children eb86c22a9328
comparison
equal deleted inserted replaced
362:eb61b854fd58 363:eaebef97fc4f
2936 NULL, 2936 NULL,
2937 NULL); 2937 NULL);
2938 2938
2939 WinSetPresParam(hwndBubble, 2939 WinSetPresParam(hwndBubble,
2940 PP_FONTNAMESIZE, 2940 PP_FONTNAMESIZE,
2941 sizeof(DefaultFont), 2941 strlen(DefaultFont)+1,
2942 DefaultFont); 2942 DefaultFont);
2943 2943
2944 2944
2945 WinSetPresParam(hwndBubble, 2945 WinSetPresParam(hwndBubble,
2946 PP_BACKGROUNDCOLORINDEX, 2946 PP_BACKGROUNDCOLORINDEX,