user32: Update comment.
authorAndré Hentschel <nerv@dawncrow.de>
Sun, 20 Jun 2010 14:08:33 +0000 (16:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Jun 2010 10:26:17 +0000 (12:26 +0200)
dlls/user32/sysparams.c

index 7155dbafa4b370ba31bf33b5fb3ac4f4174c94af..e6d2386d7afcc5bcd2b6af886c28fd18b2bc8e05 100644 (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);