diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-03 11:19:25 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-06-03 11:19:25 +0300 | 
| commit | c5f85d6e3819316331de39611735c268553c70ed (patch) | |
| tree | 3309b6b918fcbc179c29d2553859b3c9ffad7984 | |
| parent | 984cc0788dd0bde032eab993293db2131b51a26f (diff) | |
MAINT-4076 FIXED Don't use autocomplete to shout/whisper if several triggers match the prefix
| -rwxr-xr-x | indra/newview/llgesturemgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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)  				{ | 
