From ad7fd84405d4894ceb69d02cb5f00b193ef5ca15 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 5 Dec 2012 08:55:15 +0000 Subject: Translation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@2649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ChangeKeyboardLayout/src/text_operations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/ChangeKeyboardLayout/src/text_operations.cpp b/plugins/ChangeKeyboardLayout/src/text_operations.cpp index 0bcef386c2..f35610625a 100644 --- a/plugins/ChangeKeyboardLayout/src/text_operations.cpp +++ b/plugins/ChangeKeyboardLayout/src/text_operations.cpp @@ -573,7 +573,7 @@ int ChangeLayout(HWND hTextWnd, BYTE TextOperation, BOOL CurrentWord) if (CallService(MS_POPUP_ADDPOPUPT, (WPARAM) &pdtData, APF_NEWDATA)<0) { mir_free(ptszPopupText); - MessageBox(NULL, ptszMBox, _T(ModuleName), MB_ICONINFORMATION); + MessageBox(NULL, ptszMBox, TranslateT(ModuleName), MB_ICONINFORMATION); } } mir_free(ptszMBox); -- cgit v1.2.3