This commit is contained in:
CharleyLevenque
2010-09-08 20:04:35 -04:00
parent 60f056721c
commit 52612780a6
4 changed files with 14 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ void ASFloaterContactGroups::populateGroupList()
{
LLChat msg("Found: " + name);
LLFloaterChat::addChat(msg);
scroller->addSimpleElement(name, ADD_BOTTOM);
scroller->addSimpleElement(name.substr(0, -4), ADD_BOTTOM);
}
else
{