summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-04 18:06:17 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-04 18:06:17 +0200
commitca6121979c6716aaf986fc6d0d469383471469f4 (patch)
treefb9be357745c845a4abae4853b0f1d13cef0dd31 /indra/newview/llchathistory.cpp
parent2351809b5cb71d17461a6bec2041cbc1ad2efc91 (diff)
SL-14796 Updated code accordingly to changed event order
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp1
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;