summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.cpp
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2012-09-24 14:52:20 +0300
committermaxim_productengine <mnikolenko@productengine.com>2012-09-24 14:52:20 +0300
commite0b252fc99968eb54031a8a2bb8216baae5078b2 (patch)
treee8dba32f0a347b24a9247b8e39309b17eee14196 /indra/newview/llimconversation.cpp
parent05bae4d6d78de8165eca397493ce9d0156e3ad12 (diff)
CHUI-123 FIXED Tooltips for buttons are added
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r--indra/newview/llimconversation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp
index 64f171ce8f..3ca93b1b07 100644
--- a/indra/newview/llimconversation.cpp
+++ b/indra/newview/llimconversation.cpp
@@ -424,6 +424,7 @@ void LLIMConversation::updateHeaderAndToolbar()
mExpandCollapseBtn->setEnabled(!is_torn_off || !mIsP2PChat);
mTearOffBtn->setImageOverlay(getString(is_torn_off? "return_icon" : "tear_off_icon"));
+ mTearOffBtn->setToolTip(getString(!is_torn_off? "tooltip_to_separate_window" : "tooltip_to_main_window"));
mCloseBtn->setVisible(!is_torn_off && !mIsNearbyChat);