summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatervoicedevicesettings.cpp
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
committerSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
commit6b31bc72294d72d14e9761c9c05815081517e23b (patch)
tree5f14df294f788be8aa49824aa93a8fc78c4872d3 /indra/newview/llfloatervoicedevicesettings.cpp
parent3b65da1fad46eda2c97681879fce8880f7462082 (diff)
EXT-490 Voice device settings unsaved
EXT-466 Statistics window is empty EXT-488 Minimap does not open
Diffstat (limited to 'indra/newview/llfloatervoicedevicesettings.cpp')
-rw-r--r--indra/newview/llfloatervoicedevicesettings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatervoicedevicesettings.cpp b/indra/newview/llfloatervoicedevicesettings.cpp
index fa76bb728d..37da4a6ba6 100644
--- a/indra/newview/llfloatervoicedevicesettings.cpp
+++ b/indra/newview/llfloatervoicedevicesettings.cpp
@@ -311,6 +311,7 @@ void LLFloaterVoiceDeviceSettings::onClose()
{
if(mDevicePanel)
{
+ mDevicePanel->apply();
mDevicePanel->cleanup();
}
}