summaryrefslogtreecommitdiff
path: root/indra/newview/llsidetray.h
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2009-11-11 21:11:54 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2009-11-11 21:11:54 +0200
commit2fd51b4c711aa7ab70da6d7e7dfcb380b87cbedf (patch)
treed6c326869cd36b48dbc2b654783552bf3de7f1ba /indra/newview/llsidetray.h
parent6146cfc5c1c14f106b54b7394db6286d9b7bb67a (diff)
parent196e350629fb258acb8c0d784fdcfd50866b92ef (diff)
Manual merge.
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llsidetray.h')
-rw-r--r--indra/newview/llsidetray.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsidetray.h b/indra/newview/llsidetray.h
index 5bb17eedd5..8b30199c45 100644
--- a/indra/newview/llsidetray.h
+++ b/indra/newview/llsidetray.h
@@ -141,7 +141,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();