From d979f7a93e2e96e8fd5610df4b216188838ac684 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 28 May 2017 21:55:10 -0400 Subject: [PATCH] Updated a stale comment. --- windows/utilwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/utilwin.cpp b/windows/utilwin.cpp index 414ae83a..11f9a415 100644 --- a/windows/utilwin.cpp +++ b/windows/utilwin.cpp @@ -5,7 +5,7 @@ // It is not a message-only window, and it is always hidden and disabled. // Its roles: // - It is the initial parent of all controls. When a control loses its parent, it also becomes that control's parent. -// - It handles WM_QUERYENDSESSION and console end session requests. +// - It handles WM_QUERYENDSESSION requests. // - It handles WM_WININICHANGE and forwards the message to any child windows that request it. // - It handles executing functions queued to run by uiQueueMain().