mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0002173] combine files sorting improvement
This commit is contained in:
parent
d731630282
commit
5fa625fb03
1 changed files with 0 additions and 2 deletions
|
|
@ -76,13 +76,11 @@ begin
|
|||
begin
|
||||
try
|
||||
// Fill file list box
|
||||
lstFile.Sorted:=TRUE;
|
||||
for I:= 0 to aFiles.Count - 1 do
|
||||
with lstFile.Items do
|
||||
begin
|
||||
AddObject(aFiles[I].Name, aFiles[I]);
|
||||
end;
|
||||
lstFile.Sorted:=FALSE;
|
||||
|
||||
// Use first file name without extension as target file name
|
||||
edSave.Text:= TargetPath + aFiles[0].NameNoExt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue