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:
Ansgar Becker
2013-11-21 20:05:57 +00:00
parent 246c2f895a
commit 67844e8426

View File

@@ -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