listview: update docs

Dimitrie O. Paun dpaun at rogers.com
Thu Feb 19 22:24:55 CST 2004


ChangeLog
    LVN_BEGINRDRAG is implemented now. Fix typo.

Index: dlls/comctl32/listview.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/listview.c,v
retrieving revision 1.383
diff -u -r1.383 listview.c
--- dlls/comctl32/listview.c    20 Feb 2004 01:05:39 -0000      1.383
+++ dlls/comctl32/listview.c    20 Feb 2004 04:11:45 -0000
@@ -93,7 +93,6 @@
  *   -- LVS_EX_UNDERLINEHOT
  *
  * Notifications:
- *   -- LVN_BEGINRDRAG
  *   -- LVN_BEGINSCROLL, LVN_ENDSCROLL
  *   -- LVN_GETINFOTIP
  *   -- LVN_HOTTRACK
@@ -4990,7 +4989,7 @@
  *   the buffer pointer you provided on input. Most code already does
  *   that, so it's not a problem.
  *   For the two cases when the text must be copied (that is,
- *   for LVM_GETITEM, and LVMGETITEMTEXT), use LISTVIEW_GetItemExtT.
+ *   for LVM_GETITEM, and LVM_GETITEMTEXT), use LISTVIEW_GetItemExtT.
  *
  * RETURN:
  *   SUCCESS : TRUE


-- 
Dimi.




More information about the wine-patches mailing list