diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/newview/llchatbar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp index 92340ec..2009905 100644 --- a/linden/indra/newview/llchatbar.cpp +++ b/linden/indra/newview/llchatbar.cpp | |||
@@ -206,7 +206,8 @@ 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_ESCAPE && mask == MASK_CONTROL && gChatBar == this) |
210 | else if (key == KEY_TAB && gChatBar == this) | ||
210 | { | 211 | { |
211 | if (mInputEditor) | 212 | if (mInputEditor) |
212 | { | 213 | { |