summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-01-15 10:06:40 -0800
committerJames Cook <james@lindenlab.com>2010-01-15 10:06:40 -0800
commit4813b8b99ff83b3a72f9e7f35d20809b4452ca32 (patch)
treed4274ffd61f628e8f95baa785482cc6acd2e6a87 /indra/newview/llstatusbar.h
parent402d2e7c9d58852e63ca00fbb464433089b478e1 (diff)
EXT-4304 Clicking on "Buy L$" in nav bar does nothing
Now it buys currency. Also fixes EXT-4176, same issue Reviewed with Richard.
Diffstat (limited to 'indra/newview/llstatusbar.h')
-rw-r--r--indra/newview/llstatusbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstatusbar.h b/indra/newview/llstatusbar.h
index 0e98da0fe4..21a98dd753 100644
--- a/indra/newview/llstatusbar.h
+++ b/indra/newview/llstatusbar.h
@@ -91,6 +91,7 @@ private:
// simple method to setup the part that holds the date
void setupDate();
+ void onClickBuyCurrency();
void onVolumeChanged(const LLSD& newvalue);
static void onMouseEnterVolume(LLUICtrl* ctrl);
@@ -103,7 +104,6 @@ private:
LLStatGraph *mSGBandwidth;
LLStatGraph *mSGPacketLoss;
- LLButton *mBtnBuyCurrency;
LLButton *mBtnVolume;
S32 mBalance;