Browse Source

* Some cosmetic mistakes in previous commit fixed. Thanks Laco!

git-svn-id: trunk@27686 -
reiniero 11 years ago
parent
commit
17899e92b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/fcl-db/src/base/db.pas

+ 2 - 2
packages/fcl-db/src/base/db.pas

@@ -858,9 +858,9 @@ type
   TBlobStreamMode = (bmRead, bmWrite, bmReadWrite);
   // This type is needed for compatibility. While it should contain only blob
   // types, it actually does not.
-  // Instead of this, please use function IsBlobType
+  // Instead of this, please use ftBlobTypes
   TBlobType = ftBlob..ftWideMemo deprecated
-    'Warning: Does not contain BLOB types. Please use BlobTypes.';
+    'Warning: Does not contain BLOB types. Please use ftBlobTypes.';
 
   TBlobField = class(TField)
   private