user32: Update comment

André Hentschel nerv at dawncrow.de
Sun Jun 20 09:08:33 CDT 2010


---
 dlls/user32/sysparams.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/sysparams.c b/dlls/user32/sysparams.c
index 7155dba..e6d2386 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);
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list