diff options
author | Richard Linden <none@none> | 2010-10-11 16:33:23 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-11 16:33:23 -0700 |
commit | b10744dbee7ffa64180f5558cac874e126045fc8 (patch) | |
tree | 2bd3c9fed29357ebe2d01285000cdb7af3791df0 /indra/llui/llnotifications.cpp | |
parent | 7c256e5a13dc32af12aa5c9f90a1be040e4e64e2 (diff) |
fix for default notification form valus not appearing
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r-- | indra/llui/llnotifications.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 916ca24d13..133d12ff22 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -80,7 +80,8 @@ LLNotificationForm::FormButton::FormButton() LLNotificationForm::FormInput::FormInput() : type("type"), - width("width", 0) + width("width", 0), + value("value") {} LLNotificationForm::FormElement::FormElement() |