diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2023-10-18 11:02:51 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2023-10-18 13:32:39 +0200 |
commit | ddb2c93818fe1132116c6efaebc9bd3afd012187 (patch) | |
tree | e33b5cc80205468f4f342ac17b31274dad57716e /indra/llui/llnotifications.cpp | |
parent | fdc47e9a1670850977b3087e41343d9ba435d585 (diff) |
SL-20463 Rename outfit dialog box accepts emoji characters
Diffstat (limited to 'indra/llui/llnotifications.cpp')
-rw-r--r-- | indra/llui/llnotifications.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index d736aa6634..464ef576a7 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -88,6 +88,7 @@ LLNotificationForm::FormInput::FormInput() : type("type"), text("text"), max_length_chars("max_length_chars"), + allow_emoji("allow_emoji"), width("width", 0), value("value") {} |