From 012b0c230af846aee39e1fb409d1dc0e3892384e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 5 Dec 2010 12:38:33 +0000 Subject: Fixed self update issues git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@580 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/progress_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/progress_dialog.cpp') diff --git a/updater/progress_dialog.cpp b/updater/progress_dialog.cpp index 74ac4ef..545169b 100644 --- a/updater/progress_dialog.cpp +++ b/updater/progress_dialog.cpp @@ -107,5 +107,5 @@ void CreateProgressWindow(void) void ProgressWindowDone(void) { - if (hwndProgress) PostMessage(hwndProgress, WM_CLOSE, 0, 0); + if (hwndProgress) SendMessage(hwndProgress, WM_CLOSE, 0, 0); } -- cgit v1.2.3