Jacek Caban : explorerframe: Fixed debug channel name.

Alexandre Julliard julliard at winehq.org
Wed Jul 31 15:31:33 CDT 2013


Module: wine
Branch: master
Commit: 722adee7bd72166b3747dcc395f455aff4ab3d17
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=722adee7bd72166b3747dcc395f455aff4ab3d17

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Jul 31 12:30:51 2013 +0200

explorerframe: Fixed debug channel name.

---

 dlls/explorerframe/taskbarlist.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/explorerframe/taskbarlist.c b/dlls/explorerframe/taskbarlist.c
index d40f652..26a2c1a 100644
--- a/dlls/explorerframe/taskbarlist.c
+++ b/dlls/explorerframe/taskbarlist.c
@@ -22,7 +22,7 @@
 
 #include "wine/debug.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(ieframe);
+WINE_DEFAULT_DEBUG_CHANNEL(explorerframe);
 
 struct taskbar_list
 {




More information about the wine-cvs mailing list