From acfe02b246ab39f97bf77a0f3a11fc97e3f7fb3d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Mar 2019 18:17:38 +0300 Subject: Jabber: error popup's title to carry account name --- protocols/JabberG/src/jabber_thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber_thread.cpp') diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 844ac3a1a1..0c0941c531 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -665,7 +665,7 @@ void CJabberProto::PerformAuthentication(ThreadData *info) char text[1024]; mir_snprintf(text, TranslateU("Authentication failed for %s@%s."), info->conn.username, info->conn.server); - MsgPopup(0, Utf2T(text), TranslateT("Jabber Authentication")); + MsgPopup(0, Utf2T(text), TranslateT("Authentication")); JLoginFailed(LOGINERR_WRONGPASSWORD); info->send(""); @@ -821,7 +821,7 @@ void CJabberProto::OnProcessError(const TiXmlElement *node, ThreadData *info) } } if (!skipMsg) - MsgPopup(0, Utf2T(buff), TranslateT("Jabber Error")); + MsgPopup(0, Utf2T(buff), TranslateT("Error")); if (m_bEnableStreamMgmt) //TODO: check if needed/work here m_StrmMgmt.SendAck(); -- cgit v1.2.3