user32: Update comment.

This commit is contained in:
André Hentschel 2010-06-20 16:08:33 +02:00 committed by Alexandre Julliard
parent 473c5c4cc0
commit 858ae060fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);