From fcc21b7f78a63f07630c69207e6da9455ee2f87b Mon Sep 17 00:00:00 2001 From: elektrahesse Date: Wed, 15 Sep 2010 23:46:09 +0200 Subject: Added support for autocompletion of names also in the 'local chat' window --- linden/indra/newview/llchatbar.cpp | 3 +-- 1 file changed, 1 insertion(+), 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 ) stopChat(); handled = TRUE; } - // else if (key == KEY_ESCAPE && mask == MASK_CONTROL && gChatBar == this) - else if (key == KEY_TAB && gChatBar == this) + else if (key == KEY_TAB) { if (mInputEditor) { -- cgit v1.1