mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 03:15:00 -06:00
change Registry Usage nearly complete to 7-Zip-ZStandard key
This commit is contained in:
@@ -828,7 +828,7 @@ void CCompressDialog::OnOK()
|
||||
wchar_t s[32];
|
||||
ConvertUInt64ToString(volumeSize, s);
|
||||
if (::MessageBoxW(*this, MyFormatNew(IDS_SPLIT_CONFIRM, s),
|
||||
L"7-Zip", MB_YESNOCANCEL | MB_ICONQUESTION) != IDYES)
|
||||
L"7-Zip ZS", MB_YESNOCANCEL | MB_ICONQUESTION) != IDYES)
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user