mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[RAPPS] Missed this bit.
svn path=/trunk/; revision=68097
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user