summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-09-29 10:56:47 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-09-29 10:56:47 -0700
commit97f11e0e39a10156597c0f82c8a1bead17621b4c (patch)
treeabaadfc8c5a6f238cb809ff7aa83744f3bff6b97 /indra/llui/llnotifications.cpp
parentcfd2467c1cdcd0dab2a5950aad7cc0e6ed00fc79 (diff)
added max_length_chars to notification params
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r--indra/llui/llnotifications.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 5ca2cc1cc4..929f93dd85 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -81,6 +81,7 @@ LLNotificationForm::FormButton::FormButton()
LLNotificationForm::FormInput::FormInput()
: type("type"),
+ max_length_chars("max_length_chars"),
width("width", 0)
{}