André Hentschel : user32: Update comment.

Alexandre Julliard julliard at winehq.org
Mon Jun 21 11:07:10 CDT 2010


Module: wine
Branch: master
Commit: 858ae060fd5403c101ef582cf007ec261b5f836a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=858ae060fd5403c101ef582cf007ec261b5f836a

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jun 20 16:08:33 2010 +0200

user32: Update comment.

---

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




More information about the wine-cvs mailing list