mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
This commit is contained in:
parent
4ebcba19c4
commit
2c9d202df2
1 changed files with 4 additions and 0 deletions
|
|
@ -299,7 +299,11 @@ begin
|
|||
if (tb_text_length_limit in gDirTabOptions) and (UTF8Length(NewCaption) > gDirTabLimit) then
|
||||
NewCaption := UTF8Copy(NewCaption, 1, gDirTabLimit) + '...';
|
||||
|
||||
{$IF DEFINED(LCLGTK2)}
|
||||
Caption := NewCaption;
|
||||
{$ELSE}
|
||||
Caption := StringReplace(NewCaption, '&', '&&', [rfReplaceAll]);
|
||||
{$ENDIF}
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue