Browse Source

fcl-passrc: not supported message

git-svn-id: trunk@37909 -
Mattias Gaertner 7 years ago
parent
commit
8401bd1286
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/fcl-passrc/src/pasresolveeval.pas

+ 2 - 0
packages/fcl-passrc/src/pasresolveeval.pas

@@ -151,6 +151,7 @@ const
   nContextExpectedXButFoundY = 3078;
   nContextXInvalidY = 3079;
   nConstructingClassXWithAbstractMethodY = 3080;
+  nXIsNotSupported = 3081;
 
 // resourcestring patterns of messages
 resourcestring
@@ -234,6 +235,7 @@ resourcestring
   sContextExpectedXButFoundY = '%s: expected "%s", but found "%s"';
   sContextXInvalidY = '%s: invalid %s';
   sConstructingClassXWithAbstractMethodY = 'Constructing a class "%s" with abstract method "%s"';
+  sXIsNotSupported = '%s is not supported';
 
 type
   { TResolveData - base class for data stored in TPasElement.CustomData }