Use "Entire scope" as the default origin option in search + replace dialog. Fixes issue #2731.

This commit is contained in:
Ansgar Becker
2012-04-01 17:40:57 +00:00
parent 75e69ec3ab
commit 1f0146b460

View File

@ -155,7 +155,7 @@ object frmSearchReplace: TfrmSearchReplace
Height = 62
Anchors = [akLeft, akTop, akBottom]
Caption = 'Or&igin'
ItemIndex = 0
ItemIndex = 1
Items.Strings = (
'From cursor'
'Entire scope')