aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceremotectrl.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llvoiceremotectrl.cpp
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
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()