From e879638d36b376f9506e2d7d7b847040a06195ac Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Fri, 20 Feb 2004 05:12:49 +0000 Subject: [PATCH] LVN_BEGINRDRAG is implemented now. Fix typo. --- dlls/comctl32/listview.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index fa5ea5c9d44..cfc92ed2e88 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -93,7 +93,6 @@ * -- LVS_EX_UNDERLINEHOT * * Notifications: - * -- LVN_BEGINRDRAG * -- LVN_BEGINSCROLL, LVN_ENDSCROLL * -- LVN_GETINFOTIP * -- LVN_HOTTRACK @@ -4990,7 +4989,7 @@ static HIMAGELIST LISTVIEW_GetImageList(LISTVIEW_INFO *infoPtr, INT nImageList) * 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