[SNDREC32] Use ShellAboutW(..., ..., NULL, ...) (#2827)

Addendum to 82e4efea77.
This commit is contained in:
Serge Gautherie 2020-06-01 11:17:29 +02:00 committed by GitHub
parent 95e5877027
commit 701e6c6a2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;