diff options
author | Richard Linden <none@none> | 2010-11-18 22:34:54 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-18 22:34:54 -0800 |
commit | a927b1cb0e0454cacf9523d2be7f2ce4b19c9e04 (patch) | |
tree | 1d94af0fb5a1d57ef763fddf4ae422655f47cc36 /indra/llui/llnotifications.h | |
parent | 9d82af29df47e731749f9a346a630356975153d2 (diff) |
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
initial support for XUI auth dialog
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index 524cff70e8..a607f52b97 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -195,6 +195,7 @@ public: Mandatory<std::string> type; Optional<S32> width; Optional<S32> max_length_chars; + Optional<std::string> text; Optional<std::string> value; FormInput(); |