Dmitry Timoshkov : user32: Do not hardcode cp1252 for an icon/title font.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jun 11 08:46:21 CDT 2007


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

Author: Dmitry Timoshkov <dmitry at codeweavers.com>
Date:   Sun Jun 10 18:14:56 2007 +0900

user32: Do not hardcode cp1252 for an icon/title font.

---

 dlls/user32/sysparams.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c
index f8feb0d..c5de419 100644
--- a/dlls/user32/sysparams.c
+++ b/dlls/user32/sysparams.c
@@ -314,7 +314,7 @@ static ICONMETRICSW icon_metrics =
     75,   /* iHorzSpacing */
     75,   /* iVertSpacing */
     TRUE, /* iTitleWrap */
-    { -11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET,
+    { -11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, DEFAULT_CHARSET,
       OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH }   /* lfFont */
 };
 




More information about the wine-cvs mailing list