[CONSRV]: Fix a DPRINT.

svn path=/trunk/; revision=66217
This commit is contained in:
Hermès Bélusca-Maïto 2015-02-10 18:27:34 +00:00
parent 7ffd32d418
commit 9c52a6c77b

View file

@ -715,7 +715,7 @@ OnActivate(PGUI_CONSOLE_DATA GuiData, WPARAM wParam)
{
WORD ActivationState = LOWORD(wParam);
DPRINT("WM_ACTIVATE - ActivationState = %d\n");
DPRINT("WM_ACTIVATE - ActivationState = %d\n", ActivationState);
if ( ActivationState == WA_ACTIVE ||
ActivationState == WA_CLICKACTIVE )