summaryrefslogtreecommitdiff
path: root/updater/progress_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'updater/progress_dialog.cpp')
-rw-r--r--updater/progress_dialog.cpp2
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);
}