From 69dc1ceb837afec8322da632b3a0184a84a3a8d4 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 23 Jul 2018 14:56:42 +0300 Subject: IRC: completely fixes #1512 --- protocols/IRCG/src/windows.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocols/IRCG/src/windows.cpp b/protocols/IRCG/src/windows.cpp index 6e402fcc40..430388d804 100644 --- a/protocols/IRCG/src/windows.cpp +++ b/protocols/IRCG/src/windows.cpp @@ -575,7 +575,8 @@ bool CQuickDlg::OnInitDialog() m_si = new SERVER_INFO; m_si->m_group = mir_strdup(""); - m_si->m_name = mir_strdup(Translate("---- Not listed server ----")); + CMStringA szName(FORMAT, "---- %s ----", Translate("Not listed server")); + m_si->m_name = szName.GetBuffer(); DBVARIANT dbv; if (!m_proto->getString("ServerName", &dbv)) { -- cgit v1.2.3