summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-01 10:17:22 +0000
committerjoost <joost@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-07-01 10:17:22 +0000
commitd63ad0066809a98f1d9a50b9e38b53fa88840223 (patch)
tree8950dfa96d749d78805eedcc4a78052f72618534
parentfb25203e35afaccd8b7cf393431997a73407964b (diff)
downloadfpc-d63ad0066809a98f1d9a50b9e38b53fa88840223.tar.gz
+ dbconst.pp should contain resourcestrings
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@4032 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--fcl/db/dbconst.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fcl/db/dbconst.pp b/fcl/db/dbconst.pp
index 3387f5adab..1021f91fa8 100644
--- a/fcl/db/dbconst.pp
+++ b/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';