mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[RAPPS] Missed this bit.
svn path=/trunk/; revision=68097
This commit is contained in:
parent
6a8943cf42
commit
f52d4e3c8d
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,7 @@ DownloadDlgProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
|
|||
switch (Msg)
|
||||
{
|
||||
case WM_INITDIALOG:
|
||||
{
|
||||
HICON hIconSm = NULL, hIconBg = NULL;
|
||||
|
||||
hIconBg = (HICON)GetClassLongPtr(hMainWnd, GCLP_HICON);
|
||||
|
@ -400,6 +401,7 @@ DownloadDlgProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
|
|||
if (!Thread) return FALSE;
|
||||
CloseHandle(Thread);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
case WM_COMMAND:
|
||||
if (wParam == IDCANCEL)
|
||||
|
|
Loading…
Reference in a new issue