[1/5] comctl32/listview: Fix comment typo

Nikolay Sivov bunglehead at gmail.com
Thu Aug 6 04:52:19 CDT 2009


Changelog:
    - Fix comment typo

>From 0578ba29f60dfbcb78b1d0de4e4bb554c903b1d9 Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Wed, 5 Aug 2009 20:59:33 +0400
Subject: Fix comment typo

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

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 3a0c411..a65d832 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -85,7 +85,6 @@
  * Extended Styles
  *   -- LVS_EX_BORDERSELECT
  *   -- LVS_EX_FLATSB
- *   -- LVS_EX_HEADERDRAGDROP
  *   -- LVS_EX_INFOTIP
  *   -- LVS_EX_LABELTIP
  *   -- LVS_EX_MULTIWORKAREAS
@@ -5774,9 +5773,9 @@ static INT LISTVIEW_GetColumnWidth(const LISTVIEW_INFO *infoPtr, INT nColumn)
 	nColumnWidth = infoPtr->nItemWidth;
 	break;
     case LV_VIEW_DETAILS:
-	/* We are not using LISTVIEW_GetHeaderRect as this data is updated only after a HDM_ITEMCHANGED.
+	/* We are not using LISTVIEW_GetHeaderRect as this data is updated only after a HDN_ITEMCHANGED.
 	 * There is an application that subclasses the listview, calls LVM_GETCOLUMNWIDTH in the
-	 * HDM_ITEMCHANGED handler and goes into infinite recursion if it receives old data.
+	 * HDN_ITEMCHANGED handler and goes into infinite recursion if it receives old data.
 	 *
 	 * TODO: should we do the same in LVM_GETCOLUMN?
 	 */
-- 
1.5.6.5







More information about the wine-patches mailing list