mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
bbf1a28b9a
commit
02a004568d
1 changed files with 2 additions and 2 deletions
|
|
@ -2104,9 +2104,9 @@ begin
|
|||
|
||||
if (AWindowCaptionStyle and $08) <> 0 then
|
||||
begin
|
||||
sBuildingCaptionName := sBuildingCaptionName + ' - File: ' + GetFileMask;
|
||||
sBuildingCaptionName := sBuildingCaptionName + ' - Files: ' + GetFileMask;
|
||||
if cbFindText.Checked then
|
||||
sBuildingCaptionName := sBuildingCaptionName + ' - Text:' + cmbFindText.Text;
|
||||
sBuildingCaptionName := sBuildingCaptionName + ' - Text: ' + cmbFindText.Text;
|
||||
end;
|
||||
|
||||
Caption := sBuildingCaptionName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue