diff options
Diffstat (limited to 'updater/progress_dialog.cpp')
-rw-r--r-- | updater/progress_dialog.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/updater/progress_dialog.cpp b/updater/progress_dialog.cpp index a66a6e6..cbe7380 100644 --- a/updater/progress_dialog.cpp +++ b/updater/progress_dialog.cpp @@ -16,9 +16,6 @@ INT_PTR CALLBACK DlgProcProgress(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l case WM_INITDIALOG:
TranslateDialogDefault( hwndDlg );
SetWindowLongPtr(hwndDlg, GWLP_USERDATA, 0);
- // these change icons for all system dialogs!
- //SetClassLong(hwndDlg, GCL_HICON, (LONG)hIconCheck);
- //SetClassLong(hwndDlg, GCL_HICONSM, (LONG)hIconCheck);
SendMessage(hwndDlg, WM_SETICON, ICON_SMALL, (LPARAM)LoadIconEx(I_CHKUPD));
SendMessage(hwndDlg, WM_SETICON, ICON_BIG, (LPARAM)LoadIconEx(I_CHKUPD, true));
|