aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-09 13:29:26 -0700
committerMcCabe Maxsted2009-09-09 13:29:26 -0700
commit5be6de589be48be699d8aa46593d0a0d3e88f46a (patch)
tree80a3cc1167ba9c7a5eb648abaa57c355fec7af76 /linden/indra/newview
parentCommented out permissions button (todo: backport this if there's time) (diff)
downloadmeta-impy-5be6de589be48be699d8aa46593d0a0d3e88f46a.zip
meta-impy-5be6de589be48be699d8aa46593d0a0d3e88f46a.tar.gz
meta-impy-5be6de589be48be699d8aa46593d0a0d3e88f46a.tar.bz2
meta-impy-5be6de589be48be699d8aa46593d0a0d3e88f46a.tar.xz
Removed old comment
Diffstat (limited to 'linden/indra/newview')
-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);