mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 02:11:40 -06:00
4.23
This commit is contained in:
committed by
Kornel Lesiński
parent
3c510ba80b
commit
ac2b563958
@@ -95,7 +95,8 @@ private:
|
||||
void AddErrorMessage(LPCWSTR message);
|
||||
public:
|
||||
CProgressDialog ProgressDialog;
|
||||
CSysStringVector Messages;
|
||||
UStringVector Messages;
|
||||
bool ShowMessages;
|
||||
HWND ParentWindow;
|
||||
INT_PTR StartProgressDialog(const UString &title)
|
||||
{
|
||||
@@ -114,7 +115,8 @@ public:
|
||||
PasswordIsDefined(false),
|
||||
#endif
|
||||
OverwriteMode(NExtract::NOverwriteMode::kAskBefore),
|
||||
ParentWindow(0)
|
||||
ParentWindow(0),
|
||||
ShowMessages(true)
|
||||
{}
|
||||
|
||||
~CExtractCallbackImp();
|
||||
|
||||
Reference in New Issue
Block a user