diff options
author | McCabe Maxsted | 2009-09-09 13:29:26 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-09 13:29:26 -0700 |
commit | 5be6de589be48be699d8aa46593d0a0d3e88f46a (patch) | |
tree | 80a3cc1167ba9c7a5eb648abaa57c355fec7af76 /linden/indra/newview | |
parent | Commented out permissions button (todo: backport this if there's time) (diff) | |
download | meta-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.cpp | 2 |
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); |