mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 10:24:11 -06:00
4.27 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
31e7b924e8
commit
d66cf2fcf3
@@ -261,7 +261,8 @@ void CPanel::CreateSevenZipMenu(HMENU menuSpec,
|
||||
return;
|
||||
UString currentFolderUnicode = _currentFolderPrefix;
|
||||
UStringVector names;
|
||||
for(int i = 0; i < operatedIndices.Size(); i++)
|
||||
int i;
|
||||
for(i = 0; i < operatedIndices.Size(); i++)
|
||||
names.Add(currentFolderUnicode + GetItemName(operatedIndices[i]));
|
||||
CRecordVector<const wchar_t *> namePointers;
|
||||
for(i = 0; i < operatedIndices.Size(); i++)
|
||||
|
||||
Reference in New Issue
Block a user