mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 12:07:12 -06:00
fixes delete after extract
This commit is contained in:
@@ -35,11 +35,11 @@ static const UInt32 kLangIDs[] =
|
||||
CSysString CModifiedExtInfo::GetString() const
|
||||
{
|
||||
if (State == kExtState_7Zip)
|
||||
return TEXT("7-Zip");
|
||||
return AString("7-Zip");
|
||||
if (State == kExtState_Clear)
|
||||
return TEXT("");
|
||||
return AString("");
|
||||
if (Other7Zip)
|
||||
return TEXT("[7-Zip]");
|
||||
return AString("[7-Zip]");
|
||||
return ProgramKey;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user