diff options
author | xue <> | 2006-01-14 00:19:18 +0000 |
---|---|---|
committer | xue <> | 2006-01-14 00:19:18 +0000 |
commit | f16aa6762984e4d555a1cf93692db0a69fa2ab38 (patch) | |
tree | 5a460a73acb869cc58ecb1277118b2e039e0fd1b /framework/Exceptions/messages.txt | |
parent | f0737c5b52373f262a4c8cfd25d4e1bb6ff33aee (diff) |
Added TBaseDataList control. Updated class tree. Modified TTextBox about SafeHtml support. Modified TTextBox demo accordingly.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 9626e261..1f599c34 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -28,6 +28,7 @@ application_runtimepath_invalid = Application runtime path '%s' does not exist application_service_invalid = Service '%s' must implement IService interface.
application_service_unknown = Requested service '%s' is not defined.
application_service_unavailable = Service Unavailable.
+application_moduleid_duplicated = Application module ID '%s' is not unique.
appconfig_aliaspath_invalid = Application configuration <alias id="%s"> uses an invalid file path "%s".
appconfig_alias_invalid = Application configuration <alias> element must have an "id" attribute and a "path" attribute.
|