Browse Source

+ dbconst.pp should contain resourcestrings

git-svn-id: trunk@4032 -
joost 19 years ago
parent
commit
b0b1d50117
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fcl/db/dbconst.pp

+ 1 - 1
fcl/db/dbconst.pp

@@ -18,7 +18,7 @@ unit dbconst;
 
 
 Interface
 Interface
 
 
-Const
+Resourcestring
   SActiveDataset           = 'Operation cannot be performed on an active dataset';
   SActiveDataset           = 'Operation cannot be performed on an active dataset';
   SBadParamFieldType       = 'Bad fieldtype for parameter "%s".';
   SBadParamFieldType       = 'Bad fieldtype for parameter "%s".';
   SCantSetAutoIncFields    = 'AutoInc Fields are read-only';
   SCantSetAutoIncFields    = 'AutoInc Fields are read-only';