diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-30 23:34:46 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-30 23:34:46 +0000 |
commit | 429c94a0999733ca166d0eb26e784e8fbcdb5f5c (patch) | |
tree | 91ae1eae759ce5128a10ebf94a676320a595ee6b /plugins/UserInfoEx | |
parent | c52fccdd727adacb3c11f8b29837f294ab584430 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@6708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp index a33df3f01f..ba57af54d5 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactBase.cpp @@ -506,7 +506,7 @@ BYTE CExImContactBase::isHandle(HANDLE hContact) LPTSTR ptszNick = mir_utf8decodeT(_pszNick);
LPTSTR ptszProto = mir_a2t(_pszProto);
int ans = MsgBox(NULL, MB_ICONQUESTION|MB_YESNO, LPGENT("Question"), LPGENT("contact identificaion"),
- LPGENT("The contact %s(%s) has no unique id in the vCard,\nbut there is a contact in your clist with the same nick and protocol.\nDo you wish to use this contact?"),
+ LPGENT("The contact %s(%s) has no unique ID in the vCard,\nbut there is a contact in your clist with the same nick and protocol.\nDo you wish to use this contact?"),
ptszNick, ptszProto);
MIR_FREE(ptszNick);
MIR_FREE(ptszProto);
|