rtfview: version 0.5.2->0.5.3, now it requires lazrichview>=0.5.3

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@75 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jesusr
2007-02-21 18:10:07 +00:00
parent 88a1c9d090
commit ffb8a94c7c
5 changed files with 22 additions and 21 deletions

View File

@ -1117,7 +1117,7 @@ end;
function TRTFView.GetCredits: string;
begin
result := 'TRTFView based on TRichView v0.5.1 (www.TCustomRichView.com)'
result := 'TRTFView based on '+ inherited GetCredits;
end;
constructor TRTFView.Create(AOwner: TComponent);