comctl32/listview: Fix wrong function description

Nikolay Sivov bunglehead at gmail.com
Fri May 1 08:24:39 CDT 2009


Changelog:
    - Fix wrong function description

>From 7689669b383e414d2c091b3a265aeb47d55d0113 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Fri, 1 May 2009 17:23:23 +0400
Subject: Fix wrong function description

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

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 28dce02..967b867 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -7855,7 +7855,7 @@ static BOOL LISTVIEW_SetTextColor (LISTVIEW_INFO *infoPtr, COLORREF clrText)
 
 /***
  * DESCRIPTION:
- * Determines which listview item is located at the specified position.
+ * Sets new ToolTip window to ListView control.
  *
  * PARAMETER(S):
  * [I] infoPtr        : valid pointer to the listview structure
-- 
1.5.6.5





More information about the wine-patches mailing list