And then I remembered windows is windows.

This commit is contained in:
Lirusaito
2019-04-13 02:53:01 -04:00
parent 4a59efadeb
commit 947cf57100
2 changed files with 2 additions and 2 deletions

View File

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