FIX: Find files, make title nicer #685 (#695)

This commit is contained in:
AlkaliX 2022-12-03 11:30:43 +03:00 committed by GitHub
commit 02a004568d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;