From 00a1cef967087b7c85b9ef39b63ba0662fa13080 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 19 Apr 2010 05:09:53 +0000 Subject: Fixed VC2008 project and warnings git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@508 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/progress_dialog.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'updater/progress_dialog.cpp') 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)); -- cgit v1.2.3