From b1ecf08013f81f2bb674ca4e99fba7db9a9863f1 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Sun, 24 Mar 2019 19:48:20 -0400 Subject: [PATCH] Feature request: Colon after build number in support chats for nonactions --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index f10ab1dc0..d06060692 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -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 )