Browse Source

* Forgot to commit

git-svn-id: trunk@22260 -
michael 13 years ago
parent
commit
8a64893df6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/objpas/rtlconst.inc

+ 1 - 0
rtl/objpas/rtlconst.inc

@@ -114,6 +114,7 @@ ResourceString
   SErrNoStreaming               = 'Failed to initialize component class "%s": No streaming method available.';
   SErrNoVariantSupport          = 'No variant support for properties. Please use the variants unit in your project and recompile';
   SErrOutOfMemory               = 'Out of memory';
+  SErrNotObserver               = '"%s" is not an observer';
   SErrPropertyNotFound          = 'Unknown property: "%s"';
   SerrInvalidPropertyType       = 'Invalid property type from streamed property: %d';
   SErrUnknownEnumValue          = 'Unknown enumeration value: "%s"';