GSOD fix (suggested by Viktor Kojouharov <vkojouharov@gmail.com>).

SVN revision: 11656
This commit is contained in:
Kim Woelders 2004-09-16 22:45:39 +00:00
parent 73668ad2f9
commit d53b6de9fa
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ ShowAlert(char *text)
else
XSetForeground(dd, gc, att.border_pixel);
xfs = XCreateFontSet(dd, "-*-helvetica-*-r-*-*-12-*-*-*-*-*-*-*,fixed",
xfs = XCreateFontSet(dd, "-*-sans unicode-*-r-*-*-12-*-*-*-*-*-*-*,"
"-*-helvetica-*-r-*-*-12-*-*-*-*-*-*-*,fixed",
&missing_charset_list_return,
&missing_charset_count_return, &def_string_return);
if (!xfs)