summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-22 08:27:45 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-22 08:27:45 +0000
commit03b67b97c84956f7dc9678a71c4065170f3749c5 (patch)
tree40c5dc15075940a750d0af48005e297393742938 /src
parentdbfac56e82bc4feb9e83e12be561c7cc44b41613 (diff)
added header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3223 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-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 2d473a5cf8..11299ad3bf 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 = 40;
ListView_InsertColumn(hwndList, 0, &col);
- col.pszText = _T("");
+ col.pszText = _T("On/off");
col.cx = 20;
ListView_InsertColumn(hwndList, 1, &col);