https://git.reactos.org/?p=reactos.git;a=commitdiff;h=bfe36e4f0d77ac225aaac3...
commit bfe36e4f0d77ac225aaac3ed0a27723d1298a0c6 Author: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com AuthorDate: Mon Apr 13 10:41:26 2020 +0900 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Mon Apr 13 10:41:26 2020 +0900
[SHELL32] Follow-up of #2539
Improve comment. CORE-13950 --- dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp b/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp index 8e8acee1ac6..bfd205a7fdb 100644 --- a/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp +++ b/dll/win32/shell32/shelldesktop/CDesktopBrowser.cpp @@ -438,7 +438,7 @@ LRESULT CDesktopBrowser::OnSetFocus(UINT uMsg, WPARAM wParam, LPARAM lParam, BOO return 0; }
-// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the worker. +// Message WM_DESKTOP_GET_CNOTIFY_SERVER: Get or create the change notification server. // wParam: BOOL bCreate; The flag whether it creates or not. // lParam: Ignored. // return: The window handle of the server window.