summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2010-12-08 21:52:19 -0800
committerMerov Linden <merov@lindenlab.com>2010-12-08 21:52:19 -0800
commit03b74be7fd180e43e3baa44c86a328cf5999f8ab (patch)
treef08c7520800e663b319e3e8962f1ae3cf2d59042 /indra/newview/llstatusbar.h
parent39e4303653a2eb4e6582fdea9646db8b29f96805 (diff)
STORM-524 : Add a click event on the L$ balance so to force refresh its content, modified tooltip to mention this
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index 2388aeb0c8..4ea3183d18 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -94,6 +94,7 @@ private:
void onClickScreen(S32 x, S32 y);
static void onClickMediaToggle(void* data);
+ static void onClickBalance(void* data);
private:
LLTextBox *mTextTime;
@@ -102,6 +103,7 @@ private:
LLStatGraph *mSGPacketLoss;
LLButton *mBtnVolume;
+ LLTextBox *mBoxBalance;
LLButton *mMediaToggle;
LLView* mScriptOut;
LLFrameTimer mClockUpdateTimer;