mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
IDE: Add ".lpr" extension to the default file mask in FindInFiles. Issue #40896, patch by n7800.
This commit is contained in:
parent
cc14d44191
commit
12af15e8ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user