mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
9.21
This commit is contained in:
committed by
Kornel Lesiński
parent
de4f8c22fe
commit
35596517f2
@@ -323,10 +323,10 @@ public:
|
||||
|
||||
class CProgressThreadVirt
|
||||
{
|
||||
FString ErrorPath1;
|
||||
FString ErrorPath2;
|
||||
protected:
|
||||
UString ErrorMessage;
|
||||
UString ErrorPath1;
|
||||
UString ErrorPath2;
|
||||
UString OkMessage;
|
||||
UString OkMessageTitle;
|
||||
|
||||
@@ -350,6 +350,9 @@ public:
|
||||
return 0;
|
||||
}
|
||||
|
||||
void SetErrorPath1(const FString &path) { ErrorPath1 = path; }
|
||||
void SetErrorPath2(const FString &path) { ErrorPath2 = path; }
|
||||
|
||||
HRESULT Create(const UString &title, HWND parentWindow = 0);
|
||||
CProgressThreadVirt(): Result(E_FAIL), ThreadFinishedOK(false) {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user