diff options
author | xue <> | 2006-01-14 03:30:53 +0000 |
---|---|---|
committer | xue <> | 2006-01-14 03:30:53 +0000 |
commit | 5a63c2c1989ed9fdcf8fbe00ec8161934768daf3 (patch) | |
tree | 4a43642be2e9a263c4a2d1a1160dc392c77cadab /framework/Exceptions | |
parent | a1594654a60d846f50dd2a5f52045dd76f5a33c2 (diff) |
Added TBaseDataList (nearly completed).
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 1f599c34..8c3cd3cb 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -174,4 +174,6 @@ filelogroute_logpath_invalid = TFileLogRoute.LogPath '%s' must be a directory filelogroute_maxfilesize_invalid = TFileLogRoute.MaxFileSize must be greater than 0.
filelogroute_maxlogfiles_invalid = TFileLogRoute.MaxLogFiles must be greater than 0.
-emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty.
\ No newline at end of file +emaillogroute_sentfrom_required = TEmailLogRoute.SentFrom cannot be empty.
+
+repeatinfo_repeatcolumns_invalid = TRepeatInfo.RepeatColumns must be no less than 0.
|