SourceEdit: use softcenter for Replace prompt. Issue #0021709

git-svn-id: trunk@36796 -
This commit is contained in:
martin 2012-04-15 14:16:18 +00:00
parent c2fa27acf1
commit 25e5537ed4

View File

@ -2809,6 +2809,10 @@ var a,x,y:integer;
begin
if FAOwner<>nil then
TSourceNotebook(FAOwner).UpdateStatusBar;
CenterCursor(True);
CenterCursorHoriz(hcmSoftKeepEOL);
AText:=Format(lisUEReplaceThisOccurrenceOfWith, ['"', ASearch, '"', #13, '"',
AReplace, '"']);