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:
473c5c4
)
user32: Update comment.
author
André Hentschel
<nerv@dawncrow.de>
Sun, 20 Jun 2010 14:08:33 +0000
(16:08 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 21 Jun 2010 10:26:17 +0000
(12:26 +0200)
dlls/user32/sysparams.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/user32/sysparams.c
b/dlls/user32/sysparams.c
index 7155dbafa4b370ba31bf33b5fb3ac4f4174c94af..e6d2386d7afcc5bcd2b6af886c28fd18b2bc8e05 100644
(file)
--- a/
dlls/user32/sysparams.c
+++ b/
dlls/user32/sysparams.c
@@
-1085,7
+1085,7
@@
static void load_nonclient_metrics(void)
if (!reg_get_logfont(METRICS_REGKEY, METRICS_SMCAPTIONLOGFONT_VALNAME, &ncm.lfSmCaptionFont))
SystemParametersInfoW( SPI_GETICONTITLELOGFONT, 0, &ncm.lfSmCaptionFont, 0 );
- /* menus, FIXME: names of
wine.conf
entries are bogus */
+ /* menus, FIXME: names of
registry
entries are bogus */
/* size of the menu (MDI) buttons */
ncm.iMenuHeight = get_reg_metric(hkey, METRICS_MENUHEIGHT_VALNAME, 18);