You've already forked lazarus-ccr
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user