diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-04 18:06:17 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-04 18:06:17 +0200 |
commit | ca6121979c6716aaf986fc6d0d469383471469f4 (patch) | |
tree | fb9be357745c845a4abae4853b0f1d13cef0dd31 /indra/newview/llchathistory.cpp | |
parent | 2351809b5cb71d17461a6bec2041cbc1ad2efc91 (diff) |
SL-14796 Updated code accordingly to changed event order
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r-- | indra/newview/llchathistory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp index 2bb68dbbbe..c110e0d815 100644 --- a/indra/newview/llchathistory.cpp +++ b/indra/newview/llchathistory.cpp @@ -739,6 +739,7 @@ public: break; case CHAT_SOURCE_SYSTEM: icon->setValue(LLSD("SL_Logo")); + break; case CHAT_SOURCE_TELEPORT: icon->setValue(LLSD("Command_Destinations_Icon")); break; |