Browse Source

* added missing sunknownpropertytype

peter 24 years ago
parent
commit
f8e573d67f
1 changed files with 6 additions and 2 deletions
  1. 6 2
      fcl/inc/constse.inc

+ 6 - 2
fcl/inc/constse.inc

@@ -73,6 +73,7 @@ const
   SVisibleChanged = 'Visible property cannot be changed in OnShow or OnHide handlers';
   SVisibleChanged = 'Visible property cannot be changed in OnShow or OnHide handlers';
   SCannotShowModal = 'A visible Window can not be made modal';
   SCannotShowModal = 'A visible Window can not be made modal';
   SScrollBarRange = 'Scrollbar property out of range';
   SScrollBarRange = 'Scrollbar property out of range';
+  SUnknownPropertyType = 'Unknown property type ''%s''';
   SPropertyOutOfRange = 'Property %s out of range';
   SPropertyOutOfRange = 'Property %s out of range';
   SMenuIndexError = 'Menu Index out of range';
   SMenuIndexError = 'Menu Index out of range';
   SMenuReinserted = 'Menu reinserted';
   SMenuReinserted = 'Menu reinserted';
@@ -272,7 +273,10 @@ const
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.2  2000-07-13 11:32:59  michael
+  Revision 1.3  2000-12-22 22:39:36  peter
+    * added missing sunknownpropertytype
+
+  Revision 1.2  2000/07/13 11:32:59  michael
   + removed logs
   + removed logs
- 
+
 }
 }