diff --git a/far/changelog b/far/changelog index 1300558910..0cdad9299b 100644 --- a/far/changelog +++ b/far/changelog @@ -1,3 +1,8 @@ +-------------------------------------------------------------------------------- +drkns 07.10.2021 08:54:21 +0100 - build 5901 + +1. Continue 5901. + -------------------------------------------------------------------------------- drkns 07.10.2021 01:38:53 +0100 - build 5900 diff --git a/far/editor.cpp b/far/editor.cpp index 04acc60040..154ddf1b22 100644 --- a/far/editor.cpp +++ b/far/editor.cpp @@ -3598,6 +3598,8 @@ bool Editor::Search(bool Next) if (!SearchLength && strReplaceStrCurrent.empty()) ZeroLength = true; + Progress.reset(); + MsgCode = Message(0, msg(lng::MEditReplaceTitle), { diff --git a/far/vbuild.m4 b/far/vbuild.m4 index 093df4970c..f7b5dca623 100644 --- a/far/vbuild.m4 +++ b/far/vbuild.m4 @@ -1 +1 @@ -5900 +5901