diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-05 08:55:15 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-12-05 08:55:15 +0000 |
commit | ad7fd84405d4894ceb69d02cb5f00b193ef5ca15 (patch) | |
tree | fd2c86419ede8040a82e0faf1ecf1e8809bfdca6 /plugins | |
parent | 76ec8d53cd903974d89d2cb22465b2616d433ad6 (diff) |
Translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ChangeKeyboardLayout/src/text_operations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|