diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-01-24 17:50:19 +0100 |
---|---|---|
committer | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-01-24 17:50:43 +0100 |
commit | c5f4eb32a97457e77cd178fc7769b1eb951e0ff3 (patch) | |
tree | 8dfd6f771d29411c7735188a6e53075aaabbd9c1 /indra/newview/llfloaterimsessiontab.cpp | |
parent | fea01389c94002ffce639cab164280b3e558147c (diff) |
SL-20416 Use image from file for emoji_recent_panel_toggle_btn
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.cpp')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.cpp b/indra/newview/llfloaterimsessiontab.cpp index 1e0540c88a..2cb2ea0553 100644 --- a/indra/newview/llfloaterimsessiontab.cpp +++ b/indra/newview/llfloaterimsessiontab.cpp @@ -258,7 +258,6 @@ BOOL LLFloaterIMSessionTab::postBuild() mTearOffBtn->setCommitCallback(boost::bind(&LLFloaterIMSessionTab::onTearOffClicked, this)); mEmojiRecentPanelToggleBtn = getChild<LLButton>("emoji_recent_panel_toggle_btn"); - mEmojiRecentPanelToggleBtn->setLabel(LLUIString(LLWString(1, 128512))); mEmojiRecentPanelToggleBtn->setClickedCallback([this](LLUICtrl*, const LLSD&) { onEmojiRecentPanelToggleBtnClicked(); }); mEmojiRecentPanel = getChild<LLLayoutPanel>("emoji_recent_layout_panel"); |