From 858ae060fd5403c101ef582cf007ec261b5f836a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Sun, 20 Jun 2010 16:08:33 +0200 Subject: [PATCH] user32: Update comment. --- dlls/user32/sysparams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c index 7155dbafa4b..e6d2386d7af 100644 --- 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);