Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/ProgressDialog.h')
-rw-r--r--CPP/7zip/UI/FileManager/ProgressDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/7zip/UI/FileManager/ProgressDialog.h b/CPP/7zip/UI/FileManager/ProgressDialog.h
index 175db017..0f41b57a 100644
--- a/CPP/7zip/UI/FileManager/ProgressDialog.h
+++ b/CPP/7zip/UI/FileManager/ProgressDialog.h
@@ -152,7 +152,7 @@ public:
{
WaitCreating();
if (_wasCreated)
- PostMessage(kCloseMessage);
+ PostMsg(kCloseMessage);
else
_needClose = true;
};