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().