aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorelektrahesse2010-09-15 23:46:09 +0200
committerelektrahesse2010-09-15 23:46:09 +0200
commitfcc21b7f78a63f07630c69207e6da9455ee2f87b (patch)
tree392948dce2b61ed24cf280d1be41521c1ada8514
parentAdded more punctuation support to both names autocomplete and names highlight... (diff)
downloadmeta-impy-fcc21b7f78a63f07630c69207e6da9455ee2f87b.zip
meta-impy-fcc21b7f78a63f07630c69207e6da9455ee2f87b.tar.gz
meta-impy-fcc21b7f78a63f07630c69207e6da9455ee2f87b.tar.bz2
meta-impy-fcc21b7f78a63f07630c69207e6da9455ee2f87b.tar.xz
Added support for autocompletion of names also in the 'local chat' window
-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 {