diff options
author | Andrew Dyukov <adyukov@productengine.com> | 2009-11-11 18:49:23 +0200 |
---|---|---|
committer | Andrew Dyukov <adyukov@productengine.com> | 2009-11-11 18:49:23 +0200 |
commit | b8a672adaf547649d555909f1baa2234d4b46699 (patch) | |
tree | 7ffe6d89d7a5f4f7b4212ccf32d69083b60c3513 /indra/newview/llsidetray.h | |
parent | 8a2da9a6b5b4ccfbcc3bd5409e583bdf10c1bfd0 (diff) |
Fixed low bug EXT-1499 (Finalize the Home panel and add tooltips to the tab grabs).
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsidetray.h')
-rw-r--r-- | indra/newview/llsidetray.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsidetray.h b/indra/newview/llsidetray.h index 246979ac54..19d9ca8f7e 100644 --- a/indra/newview/llsidetray.h +++ b/indra/newview/llsidetray.h @@ -143,7 +143,8 @@ protected: LLSideTrayTab* getTab (const std::string& name); void createButtons (); - LLButton* createButton (const std::string& name,const std::string& image,LLUICtrl::commit_callback_t callback); + LLButton* createButton (const std::string& name,const std::string& image,const std::string& tooltip, + LLUICtrl::commit_callback_t callback); void arrange (); void reflectCollapseChange(); |