Do this instead

This commit is contained in:
Lirusaito
2019-03-23 01:00:12 -04:00
parent b3f918970b
commit cc88b1edcd

View File

@@ -1406,7 +1406,7 @@ void LLFloaterIMPanel::onSendMsg()
// Look for actions here.
if (action)
{
utf8_text.replace(0,3,"");
utf8_text.erase(0,3);
}
else
{