Browse Source

* unicode fix

git-svn-id: branches/unicodekvm@48645 -
nickysn 4 years ago
parent
commit
b8a2c613e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fv/src/validate.inc

+ 1 - 1
packages/fv/src/validate.inc

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