mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix non-working "Replace all" button, due to its wrong ModalResult property (mrClose). See http://www.heidisql.com/forum.php?t=14064
This commit is contained in:
@@ -64,7 +64,7 @@ object frmSearchReplace: TfrmSearchReplace
|
||||
Height = 25
|
||||
Anchors = [akRight, akBottom]
|
||||
Caption = 'Replace &all'
|
||||
ModalResult = 8
|
||||
ModalResult = 12
|
||||
TabOrder = 9
|
||||
OnClick = DoSearchReplace
|
||||
ExplicitTop = 223
|
||||
|
||||
Reference in New Issue
Block a user