mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Use "Entire scope" as the default origin option in search + replace dialog. Fixes issue #2731.
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user