synedit: fixed function result TSynEditStringsLinked.EditReplace

git-svn-id: trunk@39847 -
This commit is contained in:
mattias 2013-01-14 12:27:52 +00:00
parent abd47577bd
commit 13a1d0fb80

View File

@ -1381,7 +1381,7 @@ end;
function TSynEditStringsLinked.EditReplace(LogX, LogY, ByteLen: Integer;
AText: String): String;
begin
fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
Result:=fSynStrings.EditReplace(LogX, LogY, ByteLen, AText);
end;
procedure TSynEditStringsLinked.EditLineBreak(LogX, LogY: Integer);