# HG changeset patch
# Parent 8fe13ca18de11abfcb7a08058b77745374430288

diff -r 8fe13ca18de1 src/gui_w48.c
--- a/src/gui_w48.c	Thu Jan 24 23:06:16 2013 +0900
+++ b/src/gui_w48.c	Fri Jan 25 21:20:17 2013 +0900
@@ -3108,7 +3108,8 @@
     LOGFONT	lf_wide;
 
     if (p_guifontwide != NULL && *p_guifontwide != NUL
-	    && get_logfont(&lf_wide, p_guifontwide, NULL, TRUE) == OK)
+	    && gui.wide_font != NOFONT
+	    && GetObject((HFONT)gui.wide_font, sizeof(lf_wide), &lf_wide))
 	norm_logfont = lf_wide;
     else
 	norm_logfont = sub_logfont;
