This is a trivial patch only for Japanese locale. Japanese default GuiFont is not "MS P gothic" but "MS PGothic". CHANGELOG: Fix the name of Japanese default GuiFont. --- objects/gdiobj.c 2003-11-22 17:32:12.000000000 +0900 +++ objects/gdiobj.c 2003-11-22 17:33:13.738091200 +0900 @@ -354,7 +354,7 @@ { /* DefaultGuiFont */ -11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, SHIFTJIS_CHARSET, 0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS, - {'M','S',' ','P',' ','g','o','t','h','i','c','\0'} /* FIXME: Is this correct? */ + {'M','S',' ','P','G','o','t','h','i','c','\0'} }, }, { GB2312_CHARSET, Regards, Hiroshi Inoue