mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 05:09:59 -06:00
16.01
This commit is contained in:
committed by
Kornel Lesiński
parent
66ac98bb02
commit
bec3b479dc
@@ -504,10 +504,10 @@ bool CPanel::OnComboBoxCommand(UINT code, LPARAM /* param */, LRESULT &result)
|
||||
{
|
||||
FString s = driveStrings[i];
|
||||
ComboBoxPaths.Add(fs2us(s));
|
||||
int iconIndex = GetRealIconIndex(s, 0);
|
||||
int iconIndex2 = GetRealIconIndex(s, 0);
|
||||
if (s.Len() > 0 && s.Back() == FCHAR_PATH_SEPARATOR)
|
||||
s.DeleteBack();
|
||||
AddComboBoxItem(fs2us(s), iconIndex, 1, false);
|
||||
AddComboBoxItem(fs2us(s), iconIndex2, 1, false);
|
||||
}
|
||||
|
||||
name = RootFolder_GetName_Network(iconIndex);
|
||||
|
||||
Reference in New Issue
Block a user