* unicode fix

git-svn-id: branches/unicodekvm@48645 -
This commit is contained in:
nickysn 2021-02-10 22:41:16 +00:00
parent b240b78c9f
commit b8a2c613e3

View File

@ -150,7 +150,7 @@ TYPE
{---------------------------------------------------------------------------}
TYPE
TPXPictureValidator = OBJECT (TValidator)
Pic: PString; { Picture filename }
Pic: Sw_PString; { Picture filename }
CONSTRUCTOR Init (Const APic: Sw_String; AutoFill: Boolean);
CONSTRUCTOR Load (Var S: TStream);
DESTRUCTOR Done; Virtual;