diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-05 12:38:33 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-12-05 12:38:33 +0000 |
commit | 012b0c230af846aee39e1fb409d1dc0e3892384e (patch) | |
tree | dcf94d0da608bb9b1e8f824c4215d8c3bba56fe2 /updater/progress_dialog.cpp | |
parent | c85beefd3a445d56a59c3b38426cec3986746446 (diff) |
Fixed self update issues
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@580 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/progress_dialog.cpp')
-rw-r--r-- | updater/progress_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|