diff options
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);
}
|