summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts/src/addto.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-02-16 12:49:44 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-02-16 12:49:44 +0000
commitd1534023fd7070dc07e5bfc93521049687803271 (patch)
tree86b15d964108d25731b9069af48cd60632d14ead /plugins/MetaContacts/src/addto.cpp
parent17f17b727b3a1fb59faa69fead5df25a0d3b7468 (diff)
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src/addto.cpp')
-rw-r--r--plugins/MetaContacts/src/addto.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MetaContacts/src/addto.cpp b/plugins/MetaContacts/src/addto.cpp
index e6c2eb6f81..cd68607d51 100644
--- a/plugins/MetaContacts/src/addto.cpp
+++ b/plugins/MetaContacts/src/addto.cpp
@@ -114,9 +114,9 @@ int BuildList(HWND list, BOOL sort)
* @return \c TRUE if the dialog processed the message, \c FALSE if it did not.
*/
-#define szConvMsg "Either there is no MetaContact in the database (in this case you should first convert a contact into one)\n\
+#define szConvMsg LPGEN("Either there is no MetaContact in the database (in this case you should first convert a contact into one)\n\
or there is none that can host this contact.\n\
-Another solution could be to convert this contact into a new MetaContact.\n\nConvert this contact into a new MetaContact?"
+Another solution could be to convert this contact into a new MetaContact.\n\nConvert this contact into a new MetaContact?")
INT_PTR CALLBACK Meta_SelectDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{