Nikolay Sivov : comctl32/listbox: Fix debug channel name.
Module: wine Branch: master Commit: e84742abccd8314ce5382bed8e1f83f3de796cd3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e84742abccd8314ce5382bed8... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Mon Sep 3 07:19:18 2018 +0300 comctl32/listbox: Fix debug channel name. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/comctl32/listbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/listbox.c b/dlls/comctl32/listbox.c index 4d389b1..252844e 100644 --- a/dlls/comctl32/listbox.c +++ b/dlls/comctl32/listbox.c @@ -39,7 +39,7 @@ #include "comctl32.h" -WINE_DEFAULT_DEBUG_CHANNEL(listbox2); +WINE_DEFAULT_DEBUG_CHANNEL(listbox); /* Items array granularity */ #define LB_ARRAY_GRANULARITY 16
participants (1)
-
Alexandre Julliard