summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2005-12-30 22:19:07 +0000
committerxue <>2005-12-30 22:19:07 +0000
commit71ca767f51b53d6b162bd6fdccfb125f2dc94d35 (patch)
treee239318ea5ef056900440bd89af7fced400539ae /framework/Exceptions
parentf5545817ebd1aeea0fd1527720ab83954665689e (diff)
Added TListBox samples.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index c31c49d2..8547527f 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -130,6 +130,7 @@ theme_databind_forbidden = Databind cannot be used in theme '%s' for control
theme_property_readonly = Skin is being applied to a read-only control property '%s.%s'.
theme_property_undefined = Skin is being applied to an inexistent control property '%s.%s'.
+control_object_reregistered = Duplicated object ID '%s' found.
control_id_invalid = %s.ID '%s' is invalid. Only alphanumeric and underline characters are allowed. The first character must be an alphabetic or underline character.
control_skinid_unchangeable = %s.SkinID cannot be modified after a skin has been applied to the control or the child controls have been created.
control_enabletheming_unchangeable = %s.EnableTheming cannot be modified after the child controls have been created.