diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-24 11:06:21 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-24 11:06:21 +0300 |
commit | b4e54352171f6b95714270909cda99dc1c5ad3f0 (patch) | |
tree | 6b5b3659e42f19b9851392d83335f4e7998072a5 /indra/newview/llnotificationhandler.h | |
parent | a01b7fc281957c8896d760236e63bd04686e0832 (diff) |
MAINT-7434 FIXED SLURL instead of username appears in "have said something new" text for some messages
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
-rw-r--r-- | indra/newview/llnotificationhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h index 7a183cb298..52c5234137 100644 --- a/indra/newview/llnotificationhandler.h +++ b/indra/newview/llnotificationhandler.h @@ -322,6 +322,8 @@ public: */ static std::string getSubstitutionName(const LLNotificationPtr& notification); + static std::string getSubstitutionOriginalName(const LLNotificationPtr& notification); + /** * Adds notification panel to the IM floater. */ |