# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1051160095 0 # Node ID eaebef97fc4fd70c66ea4217d7aa99bd2661bd44 # Parent eb61b854fd5894a041d6e1a8aedecf6eef5d392e Fixed using the default font in the bubble help. diff -r eb61b854fd58 -r eaebef97fc4f os2/dw.c --- 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);