Byeong-Sik Jeon : gdi32: Fix DefaultGuiFont name string for Korean Charset.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 11 11:22:19 CDT 2006


Module: wine
Branch: master
Commit: 95226bf25ddab61d58b5ca205c54bb036648671e
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=95226bf25ddab61d58b5ca205c54bb036648671e

Author: Byeong-Sik Jeon <wjsqudtlr at gmail.com>
Date:   Tue Aug 29 15:21:48 2006 +0900

gdi32: Fix DefaultGuiFont name string for Korean Charset.

---

 dlls/gdi/gdiobj.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/gdi/gdiobj.c b/dlls/gdi/gdiobj.c
index 24c20fc..3d5450d 100644
--- a/dlls/gdi/gdiobj.c
+++ b/dlls/gdi/gdiobj.c
@@ -393,7 +393,7 @@ static const struct DefaultFontInfo defa
         { /* DefaultGuiFont */
            9, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, HANGEUL_CHARSET,
            0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
-           {'G','u','l','i','m','\0'},
+           {'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
         },
     },
     {   CHINESEBIG5_CHARSET,
@@ -437,7 +437,7 @@ static const struct DefaultFontInfo defa
         { /* DefaultGuiFont */
            8, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, JOHAB_CHARSET,
            0, 0, DEFAULT_QUALITY, VARIABLE_PITCH | FF_SWISS,
-           {'M','S',' ','M','i','n','g','l','i','u','\0'} /* FIXME: Is this correct? */
+           {'M','S',' ','S','h','e','l','l',' ','D','l','g','\0'}
         },
     },
 };




More information about the wine-cvs mailing list