changeset 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 eb61b854fd58
children aa827971da39
files os2/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/os2/dw.c	Wed Apr 23 05:34:14 2003 +0000
+++ b/os2/dw.c	Thu Apr 24 04:54:55 2003 +0000
@@ -2938,7 +2938,7 @@
 
 			WinSetPresParam(hwndBubble,
 							PP_FONTNAMESIZE,
-							sizeof(DefaultFont),
+							strlen(DefaultFont)+1,
 							DefaultFont);