Commit 858ae060 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

user32: Update comment.

parent 473c5c4c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment