mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 11:14:58 -06:00
21.02
This commit is contained in:
@@ -274,7 +274,7 @@ void CApp::Split()
|
||||
NFind::CFileInfo fileInfo;
|
||||
if (!fileInfo.Find(us2fs(srcPath + itemName)))
|
||||
{
|
||||
srcPanel.MessageBox_Error(L"Can not find file");
|
||||
srcPanel.MessageBox_Error(L"Cannot find file");
|
||||
return;
|
||||
}
|
||||
if (fileInfo.Size <= splitDialog.VolumeSizes.Front())
|
||||
|
||||
Reference in New Issue
Block a user