From 5be6de589be48be699d8aa46593d0a0d3e88f46a Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 9 Sep 2009 13:29:26 -0700 Subject: Removed old comment --- linden/indra/newview/llchatbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llchatbar.cpp') 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 { // Look for "/20 foo" channel chats. S32 channel = mChannelControl ? (S32)(getChild("channel_control")->get()) : 0; - //S32 channel = (S32)(getChild("ChatChannel")->get()); + LLWString out_text = stripChannelNumber(wtext, &channel); std::string utf8_out_text = wstring_to_utf8str(out_text); std::string utf8_text = wstring_to_utf8str(wtext); -- cgit v1.1