summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2023-07-28 18:42:57 +0200
committerGuru <alexandrgproductengine@lindenlab.com>2023-07-28 22:29:01 +0200
commit264d9c32d9e04df0ceeaf2a63f6872aad29dd46a (patch)
treea70e1acb3d22d9bb980997b53d3c391653f73249 /indra/newview/llfloaterimsessiontab.cpp
parentc5d7f3c4c1cf37ca0e68bbe9830bd3f3931476e5 (diff)
SL-20088 EmojiPicker - replace the image on the activation button with an emoji
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r--indra/newview/llfloaterimsessiontab.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp
index 8ab41b227b..bacfd8ca33 100644
--- a/indra/newview/llfloaterimsessiontab.cpp
+++ b/indra/newview/llfloaterimsessiontab.cpp
@@ -254,6 +254,7 @@ BOOL LLFloaterIMSessionTab::postBuild()
mTearOffBtn->setCommitCallback(boost::bind(&LLFloaterIMSessionTab::onTearOffClicked, this));
mEmojiBtn = getChild<LLButton>("emoji_panel_btn");
+ mEmojiBtn->setLabel(LLUIString(LLWString(1, 128512)));
mEmojiBtn->setClickedCallback(boost::bind(&LLFloaterIMSessionTab::onEmojiPanelBtnClicked, this));
mGearBtn = getChild<LLButton>("gear_btn");