mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:29:56 +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 }
|
{ TDialog.NewLabel }
|
||||||
{****************************************************************************}
|
{****************************************************************************}
|
||||||
function TDialog.NewLabel (X, Y : Sw_Integer; AText : String;
|
function TDialog.NewLabel (X, Y : Sw_Integer; AText : Sw_String;
|
||||||
ALink : PView) : PLabel;
|
ALink : PView) : PLabel;
|
||||||
var
|
var
|
||||||
P : PLabel;
|
P : PLabel;
|
||||||
|
Loading…
Reference in New Issue
Block a user