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 '7zip/UI/GUI/ExtractDialog.h')
-rwxr-xr-x7zip/UI/GUI/ExtractDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/UI/GUI/ExtractDialog.h b/7zip/UI/GUI/ExtractDialog.h
index 34f93f96..f52498d2 100755
--- a/7zip/UI/GUI/ExtractDialog.h
+++ b/7zip/UI/GUI/ExtractDialog.h
@@ -71,7 +71,7 @@ public:
NExtract::NOverwriteMode::EEnum OverwriteMode;
INT_PTR Create(HWND aWndParent = 0)
- { return CModalDialog::Create(MAKEINTRESOURCE(IDD_DIALOG_EXTRACT), aWndParent); }
+ { return CModalDialog::Create(IDD_DIALOG_EXTRACT, aWndParent); }
};
#endif