New debug scheme with explicit debug channels declaration.

diff --git a/controls/static.c b/controls/static.c
index c7846e7..a6f21a4 100644
--- a/controls/static.c
+++ b/controls/static.c
@@ -14,6 +14,8 @@
 #include "debug.h"
 #include "tweak.h"
 
+DEFAULT_DEBUG_CHANNEL(static)
+
 static void STATIC_PaintTextfn( WND *wndPtr, HDC hdc );
 static void STATIC_PaintRectfn( WND *wndPtr, HDC hdc );
 static void STATIC_PaintIconfn( WND *wndPtr, HDC hdc );