IDE: Add ".lpr" extension to the default file mask in FindInFiles. Issue #40896, patch by n7800.

This commit is contained in:
Juha 2024-04-13 13:27:34 +03:00
parent cc14d44191
commit 12af15e8ef

View File

@ -187,7 +187,7 @@ object LazFindInFilesDialog: TLazFindInFilesDialog
BorderSpacing.Left = 6
ItemHeight = 24
TabOrder = 2
Text = '*.pas;*.pp;*.inc'
Text = '*.pas;*.pp;*.inc;*.lpr'
end
object IncludeSubDirsCheckBox: TCheckBox
AnchorSideLeft.Control = DirectoriesOptionsGroupBox