summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber_opt.cpp
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-07-24 08:51:13 +0000
committerRobert Pösel <robyer@seznam.cz>2012-07-24 08:51:13 +0000
commite75288a34063b1877ccdd154f55327b650057643 (patch)
treedcc1a7496797f7dc97ce72c897b7d0f9ef01cbbc /protocols/JabberG/jabber_opt.cpp
parentc221096dffe68a5589ccae2fcab6f0931832a761 (diff)
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
Diffstat (limited to 'protocols/JabberG/jabber_opt.cpp')
-rw-r--r--protocols/JabberG/jabber_opt.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}