summaryrefslogtreecommitdiff
path: root/indra/newview/llstatusbar.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-23 17:52:37 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-23 17:52:37 +0000
commit655f33a9f818d75dd0f8d6040dfffd0520344222 (patch)
tree98f7914b57f8979e7c0e412cc239cd96614bf4fc /indra/newview/llstatusbar.cpp
parentafd81a7d742731188f91f4b247abfc69813a95be (diff)
panelized volume pulldown, that doesn't work at all.
Diffstat (limited to 'indra/newview/llstatusbar.cpp')
-rw-r--r--indra/newview/llstatusbar.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp
index bc9edec0ba..2bd8d5fa55 100644
--- a/indra/newview/llstatusbar.cpp
+++ b/indra/newview/llstatusbar.cpp
@@ -42,6 +42,7 @@
#include "llfloaterbuycurrency.h"
#include "llfloaterchat.h"
#include "llfloaterlagmeter.h"
+#include "llfloatervolumepulldown.h"
#include "llfloaterregioninfo.h"
#include "llfloaterscriptdebug.h"
#include "llhudicon.h"
@@ -201,7 +202,6 @@ LLStatusBar::LLStatusBar(const LLRect& rect)
addChild(mSGPacketLoss);
childSetActionTextbox("stat_btn", onClickStatGraph);
-
}
LLStatusBar::~LLStatusBar()
@@ -511,7 +511,9 @@ static void onClickVolume(void* data)
gSavedSettings.setBOOL("MuteAudio", !mute_audio);
// toggle the master volume pull-down
- LLFloaterReg::showInstance("volume_pulldown"); //tmp
+ //LLFloaterReg::showInstance("volume_pulldown"); //tmp
+ //LLPanelVolumePulldown *foo=
+ new LLPanelVolumePulldown();
}
// sets the static variables necessary for the date