summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2014-06-03 11:19:25 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2014-06-03 11:19:25 +0300
commitc5f85d6e3819316331de39611735c268553c70ed (patch)
tree3309b6b918fcbc179c29d2553859b3c9ffad7984 /indra/newview
parent984cc0788dd0bde032eab993293db2131b51a26f (diff)
MAINT-4076 FIXED Don't use autocomplete to shout/whisper if several triggers match the prefix
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llgesturemgr.cpp2
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)
{