From f190d6032abdaa1f4bce81b2095d9db0c55e41ed Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 18 Apr 2014 08:10:04 +0000 Subject: translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@8996 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MenuItemEx/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MenuItemEx/src') diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index f58e3c2ebe..38d0187e8d 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -733,7 +733,7 @@ INT_PTR onChangeProto(WPARAM wparam, LPARAM lparam) return 0; } if (MessageBox(NULL, (LPCTSTR)TranslateT("Do you want to send authorization request\nto new contact?"), - TranslateT("Miranda NG"), MB_OKCANCEL | MB_SETFOREGROUND | MB_TOPMOST) == IDOK) + _T("Miranda NG"), MB_OKCANCEL | MB_SETFOREGROUND | MB_TOPMOST) == IDOK) onSendAuthRequest((WPARAM)hContactNew, 0); -- cgit v1.2.3