summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-23 12:31:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-23 12:31:16 +0000
commiteb624dc387706d856fc26ffaeaf838ed3ed47504 (patch)
tree408df62ac98d3aad0294ff41770b0edea2638655
parent8ac515c724e2d0eb4e15d610710a0d5aa13ad7c0 (diff)
translation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3242 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/modules/plugins/pluginopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp
index cf90811502..5159bd5bc3 100644
--- a/src/modules/plugins/pluginopts.cpp
+++ b/src/modules/plugins/pluginopts.cpp
@@ -268,7 +268,7 @@ INT_PTR CALLBACK DlgPluginOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar
col.cx = 34;
ListView_InsertColumn(hwndList, 0, &col);
- col.pszText = _T("On/Off");
+ col.pszText = TranslateT("On/Off");
col.cx = 47;
ListView_InsertColumn(hwndList, 1, &col);