aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--linden/indra/newview/llchatbar.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index c7391d9..8015e10 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -206,8 +206,7 @@ BOOL LLChatBar::handleKeyHere( KEY key, MASK mask )
206 stopChat(); 206 stopChat();
207 handled = TRUE; 207 handled = TRUE;
208 } 208 }
209 // else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) 209 else if (key == KEY_TAB)
210 else if (key == KEY_TAB && gChatBar == this)
211 { 210 {
212 if (mInputEditor) 211 if (mInputEditor)
213 { 212 {