Module: wine Branch: master Commit: 9de35af881738bc79d6e382f9681918aa363c55b URL: http://source.winehq.org/git/wine.git/?a=commit;h=9de35af881738bc79d6e382f96...
Author: Nikolay Sivov bunglehead@gmail.com Date: Wed Feb 3 17:30:26 2010 +0300
shell32: Fix a debug channel.
---
dlls/shell32/regsvr.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/regsvr.c b/dlls/shell32/regsvr.c index a23190e..8ae513f 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