user32: Update comment.
This commit is contained in:
parent
473c5c4cc0
commit
858ae060fd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue