mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Show localized field name
This commit is contained in:
parent
1896f263f8
commit
d0d54299bb
1 changed files with 1 additions and 1 deletions
|
|
@ -680,7 +680,7 @@ begin
|
|||
begin
|
||||
Inc(J);
|
||||
sgImage.Cells[1, J]:= Value;
|
||||
sgImage.Cells[0, J]:= WdxModule.FieldList[I];
|
||||
sgImage.Cells[0, J]:= TWdxField(WdxModule.FieldList.Objects[I]).LName;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue