summaryrefslogtreecommitdiff
path: root/indra/llui/llnotifications.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-10-08 16:56:02 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-10-08 16:56:02 -0700
commit7ffc9b06c820d70724af2aef361ff9964e584e73 (patch)
tree0de4ae5f3312aff15270e9fd46bce080e05718db /indra/llui/llnotifications.cpp
parent3abd522936a7a82b2ab76f5ec27bcfc99deb55f0 (diff)
Created a floater for setting display name
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r--indra/llui/llnotifications.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index 929f93dd85..5ce04408a1 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -82,7 +82,8 @@ LLNotificationForm::FormButton::FormButton()
LLNotificationForm::FormInput::FormInput()
: type("type"),
max_length_chars("max_length_chars"),
- width("width", 0)
+ width("width", 0),
+ value("value")
{}
LLNotificationForm::FormElement::FormElement()