From 249ff4c81ba18b0a24315f543ba84a587868a452 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Mon, 14 Dec 2009 20:06:34 +0200 Subject: Fixed low bug EXT - 3929 ('Home' tongue in the Side tray doesn't have a tool tip) --HG-- branch : product-engine --- indra/newview/llsidetray.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'indra/newview/llsidetray.cpp') diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index a1af2e5411..608165022f 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -354,8 +354,7 @@ LLButton* LLSideTray::createButton (const std::string& name,const std::string& i button->setLabel(name); button->setClickedCallback(callback); - if(tooltip!="Home") - button->setToolTip(tooltip); + button->setToolTip(tooltip); if(image.length()) { -- cgit v1.2.3