Juan Lang : user32: Fix a comment.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 13 07:56:13 CDT 2007


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

Author: Juan Lang <juan_lang at yahoo.com>
Date:   Mon Mar 12 21:10:41 2007 -0700

user32: Fix a 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 f64c1bb..caef9a9 100644
--- a/dlls/user32/sysparams.c
+++ b/dlls/user32/sysparams.c
@@ -2725,7 +2725,7 @@ INT WINAPI GetSystemMetrics( INT index )
         return tmMenuFont.tmHeight <= 0 ? 13 :
         ((tmMenuFont.tmHeight + tmMenuFont.tmExternalLeading + 1) / 2) * 2 - 1;
     case SM_SLOWMACHINE:
-        return 0;  /* FIXME: Should check the type of processor */
+        return 0;  /* Never true */
     case SM_MIDEASTENABLED:
         return 0;  /* FIXME */
     case SM_MOUSEWHEELPRESENT:




More information about the wine-cvs mailing list