git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5332 8e941d3f-bd1b-0410-a28a-d453659cc2b4

This commit is contained in:
gbamber
2016-11-09 11:04:06 +00:00
parent de0d021d4d
commit 47c73e266c

View File

@@ -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;