diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-12 21:45:47 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-07-12 21:45:47 +0300 |
commit | ef9f7ebcc4ce1b29b646343c1a96239abb9dee0c (patch) | |
tree | 89f588111a147b30ff821d795020d5ce7286aa5c /indra/newview | |
parent | 0c0e7437c3b08f0269144b789fd4d04732780ea9 (diff) |
SL-11577 Put Upload Cost Messages Under Transactions
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llnotificationlistitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationlistitem.cpp b/indra/newview/llnotificationlistitem.cpp index b405d3dca2..6a79a0c68c 100644 --- a/indra/newview/llnotificationlistitem.cpp +++ b/indra/newview/llnotificationlistitem.cpp @@ -262,6 +262,7 @@ std::set<std::string> LLTransactionNotificationListItem::getTypes() std::set<std::string> types; types.insert("PaymentReceived"); types.insert("PaymentSent"); + types.insert("UploadPayment"); return types; } |