From e75288a34063b1877ccdd154f55327b650057643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 24 Jul 2012 08:51:13 +0000 Subject: Jabber: - Fixed not attaching resource name to client info for Miranda NG - Replaced all remaining "Miranda IM" to "Miranda NG" git-svn-id: http://svn.miranda-ng.org/main/trunk@1157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/jabber_opt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/jabber_opt.cpp') diff --git a/protocols/JabberG/jabber_opt.cpp b/protocols/JabberG/jabber_opt.cpp index a922603b04..fe885888b8 100644 --- a/protocols/JabberG/jabber_opt.cpp +++ b/protocols/JabberG/jabber_opt.cpp @@ -582,7 +582,7 @@ private: m_txtPassword.GetText(pass, SIZEOF(pass)); if (lstrcmp(buf, pass)) { - MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda IM"), MB_ICONSTOP|MB_OK); + MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda NG"), MB_ICONSTOP|MB_OK); return; } @@ -1956,7 +1956,7 @@ private: m_txtPassword.GetText(pass, SIZEOF(pass)); if (lstrcmp(buf, pass)) { - MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda IM"), MB_ICONSTOP|MB_OK); + MessageBox(m_hwnd, TranslateT("Passwords do not match."), _T("Miranda NG"), MB_ICONSTOP|MB_OK); return; } -- cgit v1.2.3