aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceremotectrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoiceremotectrl.cpp')
-rw-r--r--linden/indra/newview/llvoiceremotectrl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoiceremotectrl.cpp b/linden/indra/newview/llvoiceremotectrl.cpp
index 6a11471..1f6edd4 100644
--- a/linden/indra/newview/llvoiceremotectrl.cpp
+++ b/linden/indra/newview/llvoiceremotectrl.cpp
@@ -176,7 +176,7 @@ void LLVoiceRemoteCtrl::draw()
176 LLIconCtrl* voice_channel_icon = getChild<LLIconCtrl>("voice_channel_icon"); 176 LLIconCtrl* voice_channel_icon = getChild<LLIconCtrl>("voice_channel_icon");
177 if (voice_channel_icon && voice_floater) 177 if (voice_channel_icon && voice_floater)
178 { 178 {
179 voice_channel_icon->setImage(voice_floater->getUIString("voice_icon")); 179 voice_channel_icon->setImage(voice_floater->getString("voice_icon"));
180 } 180 }
181 181
182 LLButton* voice_channel_bg = getChild<LLButton>("voice_channel_bg"); 182 LLButton* voice_channel_bg = getChild<LLButton>("voice_channel_bg");