Просмотр исходного кода

+ dbconst.pp should contain resourcestrings

git-svn-id: trunk@4032 -
joost 19 лет назад
Родитель
Сommit
b0b1d50117
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      fcl/db/dbconst.pp

+ 1 - 1
fcl/db/dbconst.pp

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