Japanese default GuiFont

Hiroshi Inoue inoueh at uranus.dti.ne.jp
Sat Nov 22 02:52:05 CST 2003


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




More information about the wine-patches mailing list