From 9de35af881738bc79d6e382f9681918aa363c55b Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 3 Feb 2010 17:30:26 +0300 Subject: [PATCH] shell32: Fix a debug channel. --- dlls/shell32/regsvr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c index a23190e3dde..8ae513fa995 100644 --- a/dlls/shell32/regsvr.c +++ b/dlls/shell32/regsvr.c @@ -39,7 +39,7 @@ #include "wine/debug.h" #include "wine/unicode.h" -WINE_DEFAULT_DEBUG_CHANNEL(ole); +WINE_DEFAULT_DEBUG_CHANNEL(shell); /* * Near the bottom of this file are the exported DllRegisterServer and