http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67f075
)
hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.
author
Akihiro Sagawa
<sagawa.aki@gmail.com>
Sat, 26 Feb 2011 11:31:26 +0000
(20:31 +0900)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 28 Feb 2011 12:15:23 +0000
(13:15 +0100)
dlls/hhctrl.ocx/help.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/hhctrl.ocx/help.c
b/dlls/hhctrl.ocx/help.c
index 31060fe818e652270bfeffb8463aafc20d3271d6..4c6196eacb7bb37017c584873dbc43877504e3b7 100644
(file)
--- a/
dlls/hhctrl.ocx/help.c
+++ b/
dlls/hhctrl.ocx/help.c
@@
-1509,7
+1509,7
@@
static void HH_CreateFont(HHInfo *pHHInfo)
{
LOGFONTW lf;
- GetObjectW(GetStockObject(
ANSI_VAR
_FONT), sizeof(LOGFONTW), &lf);
+ GetObjectW(GetStockObject(
DEFAULT_GUI
_FONT), sizeof(LOGFONTW), &lf);
lf.lfWeight = FW_NORMAL;
lf.lfItalic = FALSE;
lf.lfUnderline = FALSE;