mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: asterisk added to the hint to mark the Tab Locked
(cherry picked from commit bcef15a228)
This commit is contained in:
parent
5dfb093472
commit
fb2c5af2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -601,7 +601,7 @@ begin
|
|||
|
||||
if ATabIndex >= 0 then begin
|
||||
if (ATabIndex <> PageIndex) and (Length(Page[ATabIndex].LockPath) <> 0) then
|
||||
HintInfo^.HintStr := Page[ATabIndex].LockPath
|
||||
HintInfo^.HintStr := '* ' + Page[ATabIndex].LockPath
|
||||
else
|
||||
HintInfo^.HintStr := View[ATabIndex].CurrentPath;
|
||||
end else begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue