Feature request: Colon after build number in support chats for nonactions

This commit is contained in:
Lirusaito
2019-03-24 19:48:20 -04:00
parent 7c9eb35568
commit b1ecf08013

View File

@@ -1364,7 +1364,7 @@ void LLFloaterIMPanel::onSendMsg()
if (mSessionType == SUPPORT_SESSION && getChildView("Support Check")->getValue())
{
utf8_text.insert(action ? 3 : 0, llformat(action ? " (%d)" : "(%d) ", LLVersionInfo::getBuild()));
utf8_text.insert(action ? 3 : 0, llformat(action ? " (%d)" : "(%d): ", LLVersionInfo::getBuild()));
}
if ( mSessionInitialized )