Module: wine Branch: master Commit: 8d31aebc5cb51a6a31984d15c4da9da35aac495c URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d31aebc5cb51a6a31984d15c4...
Author: Juan Lang juan_lang@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: