aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llchatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 0178420..1dffae3 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -610,7 +610,7 @@ void LLChatBar::sendChatFromViewer(const LLWString &wtext, EChatType type, BOOL
610{ 610{
611 // Look for "/20 foo" channel chats. 611 // Look for "/20 foo" channel chats.
612 S32 channel = mChannelControl ? (S32)(getChild<LLSpinCtrl>("channel_control")->get()) : 0; 612 S32 channel = mChannelControl ? (S32)(getChild<LLSpinCtrl>("channel_control")->get()) : 0;
613 //S32 channel = (S32)(getChild<LLSpinCtrl>("ChatChannel")->get()); 613
614 LLWString out_text = stripChannelNumber(wtext, &channel); 614 LLWString out_text = stripChannelNumber(wtext, &channel);
615 std::string utf8_out_text = wstring_to_utf8str(out_text); 615 std::string utf8_out_text = wstring_to_utf8str(out_text);
616 std::string utf8_text = wstring_to_utf8str(wtext); 616 std::string utf8_text = wstring_to_utf8str(wtext);