https://git.reactos.org/?p=reactos.git;a=commitdiff;h=701e6c6a2f8cc1aca6fdf5894db0c56474a54470

commit 701e6c6a2f8cc1aca6fdf5894db0c56474a54470
Author:     Serge Gautherie <[email protected]>
AuthorDate: Mon Jun 1 11:17:29 2020 +0200
Commit:     GitHub <[email protected]>
CommitDate: Mon Jun 1 12:17:29 2020 +0300

    [SNDREC32] Use ShellAboutW(..., ..., NULL, ...) (#2827)
    
    Addendum to 82e4efea77aa19d79a4a14c41ae2222c2994b829.
---
 base/applications/sndrec32/sndrec32.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base/applications/sndrec32/sndrec32.cpp 
b/base/applications/sndrec32/sndrec32.cpp
index 53c1b49ec8d..0d408fc3f34 100644
--- a/base/applications/sndrec32/sndrec32.cpp
+++ b/base/applications/sndrec32/sndrec32.cpp
@@ -599,7 +599,7 @@ WndProc(HWND hWnd,
                 case ID_ABOUT:
                     LoadStringW(hInst, IDS_APP_TITLE, szAppName, 
_countof(szAppName));
                     hIcon = LoadIconW(hInst, 
MAKEINTRESOURCEW(IDI_REACTOS_SNDREC32));
-                    ShellAboutW(hWnd, szAppName, L"\0", hIcon);
+                    ShellAboutW(hWnd, szAppName, NULL, hIcon);
                     DestroyIcon(hIcon);
                     break;
 

Reply via email to