mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* unicode fix in TDialog.NewLabel
git-svn-id: branches/unicodekvm@48615 -
This commit is contained in:
parent
d5ef64fb91
commit
6e845e397f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user