mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-02-01 00:24:14 -06:00
Update to 7-Zip Version 18.05
This commit is contained in:
@@ -702,6 +702,8 @@ void CPanel::Refresh_StatusBar()
|
||||
|
||||
wchar_t temp[32];
|
||||
ConvertUInt32ToString(indices.Size(), temp);
|
||||
wcscat(temp, L" / ");
|
||||
ConvertUInt32ToString(_selectedStatusVector.Size(), temp + wcslen(temp));
|
||||
|
||||
// UString s1 = MyFormatNew(g_App.LangString_N_SELECTED_ITEMS, NumberToString(indices.Size()));
|
||||
// UString s1 = MyFormatNew(IDS_N_SELECTED_ITEMS, NumberToString(indices.Size()));
|
||||
|
||||
Reference in New Issue
Block a user