From c5f85d6e3819316331de39611735c268553c70ed Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Tue, 3 Jun 2014 11:19:25 +0300 Subject: MAINT-4076 FIXED Don't use autocomplete to shout/whisper if several triggers match the prefix --- indra/newview/llgesturemgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview') diff --git a/indra/newview/llgesturemgr.cpp b/indra/newview/llgesturemgr.cpp index ffddeeb129..1a23ad38f4 100755 --- a/indra/newview/llgesturemgr.cpp +++ b/indra/newview/llgesturemgr.cpp @@ -1399,7 +1399,7 @@ BOOL LLGestureMgr::matchPrefix(const std::string& in_str, std::string* out_str) } if (rest_of_match.compare("") == 0) { - return FALSE; + return TRUE; } if (buf.compare("") != 0) { -- cgit v1.2.3