diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 13:50:07 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-13 13:50:07 +0000 |
commit | fdf287d9b634d194fb22655155fa26f9c7233db7 (patch) | |
tree | 81604469a63b8e8be9777c6642f602a15d2ce34f /indra | |
parent | 9054f31f89963f2f24a6b872fbc6816ee01f0d70 (diff) |
trivial comment change.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoicechannel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index d93913b944..03e0f99727 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -870,7 +870,7 @@ void LLVoiceChannelP2P::setSessionHandle(const std::string& handle, const std::s void LLVoiceChannelP2P::setState(EState state) { - // HACK: Open/close the call window if needed. + // *HACK: Open/close the call window if needed. toggleCallWindowIfNeeded(state); // *HACK: open outgoing call floater if needed, might be better done elsewhere. |