Module: wine Branch: master Commit: 3d7eb3d4141ef58089d7f0a2bd2a26defebb90f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3d7eb3d4141ef58089d7f0a2bd...
Author: Nikolay Sivov bunglehead@gmail.com Date: Fri May 1 17:23:23 2009 +0400
comctl32/listview: 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