aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceremotectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llvoiceremotectrl.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/newview/llvoiceremotectrl.cpp b/linden/indra/newview/llvoiceremotectrl.cpp
index 099e528..f4adc8f 100644
--- a/linden/indra/newview/llvoiceremotectrl.cpp
+++ b/linden/indra/newview/llvoiceremotectrl.cpp
@@ -1,5 +1,4 @@
1/** 1/* @file llvoiceremotectrl.cpp
2 * @file llvoiceremotectrl.cpp
3 * @brief A remote control for voice chat 2 * @brief A remote control for voice chat
4 * 3 *
5 * $LicenseInfo:firstyear=2005&license=viewergpl$ 4 * $LicenseInfo:firstyear=2005&license=viewergpl$
@@ -59,7 +58,7 @@ LLVoiceRemoteCtrl::LLVoiceRemoteCtrl (const LLString& name) : LLPanel(name)
59 gUICtrlFactory->buildPanel(this, "panel_voice_remote.xml"); 58 gUICtrlFactory->buildPanel(this, "panel_voice_remote.xml");
60 } 59 }
61 60
62 mIsFocusRoot = TRUE; 61 setFocusRoot(TRUE);
63} 62}
64 63
65LLVoiceRemoteCtrl::~LLVoiceRemoteCtrl() 64LLVoiceRemoteCtrl::~LLVoiceRemoteCtrl()