You've already forked lazarus-ccr
Fixed bug where Title repeated 'About'
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3395 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -185,6 +185,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
procedure TAboutbox.SetDialogTitle(Const AValue:String);
|
procedure TAboutbox.SetDialogTitle(Const AValue:String);
|
||||||
begin
|
begin
|
||||||
|
if AnsiContainsText(fDialogTitle, rs_About) then
|
||||||
|
fDialogTitle := AValue
|
||||||
|
else
|
||||||
fDialogTitle := rs_About + ' ' + Avalue;
|
fDialogTitle := rs_About + ' ' + Avalue;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user