* unicode fix in TDialog.NewLabel

git-svn-id: branches/unicodekvm@48615 -
This commit is contained in:
nickysn 2021-02-10 16:15:33 +00:00
parent d5ef64fb91
commit 6e845e397f

View File

@ -1298,7 +1298,7 @@ end;
{****************************************************************************}
{ TDialog.NewLabel }
{****************************************************************************}
function TDialog.NewLabel (X, Y : Sw_Integer; AText : String;
function TDialog.NewLabel (X, Y : Sw_Integer; AText : Sw_String;
ALink : PView) : PLabel;
var
P : PLabel;