mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Normalized Filename in TSearchResultFileSource.GetDisplayFileName() on macOS
This commit is contained in:
parent
a6d48ed329
commit
b4bdcdf87e
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ begin
|
|||
if aFile.FullPath = self.GetRootDir() then
|
||||
Result:= _displayName
|
||||
else
|
||||
Result:= aFile.Name;
|
||||
Result:= FileSource.GetDisplayFileName(aFile);
|
||||
end;
|
||||
|
||||
procedure TSearchResultFileSource.AddSearchPath(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue