diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-23 16:10:37 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-23 16:10:37 +0000 |
commit | f6f9e63091d82f10fb76778d993ae7d2087a1452 (patch) | |
tree | e147b032e64b01235ce4ddf9e305513f95e597ce /indra | |
parent | 4c1faceefcb128fd0c620ce16e1e651ed02a45c1 (diff) |
incomplete but almost-working volume pulldown, except it's not a pulldown.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llstatusbar.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llstatusbar.cpp b/indra/newview/llstatusbar.cpp index b649a0c38e..bc9edec0ba 100644 --- a/indra/newview/llstatusbar.cpp +++ b/indra/newview/llstatusbar.cpp @@ -509,6 +509,9 @@ static void onClickVolume(void* data) // toggle the master mute setting BOOL mute_audio = gSavedSettings.getBOOL("MuteAudio"); gSavedSettings.setBOOL("MuteAudio", !mute_audio); + + // toggle the master volume pull-down + LLFloaterReg::showInstance("volume_pulldown"); //tmp } // sets the static variables necessary for the date |