change Registry Usage nearly complete to 7-Zip-ZStandard key

This commit is contained in:
Tino Reichardt
2017-05-18 11:36:45 +02:00
parent 95e71d900b
commit b401d31c41
11 changed files with 12 additions and 12 deletions

View File

@@ -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;
}
}