summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-05-19 19:10:32 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-05-19 19:10:32 +0000
commit11621ce779ee5d6eae799347b1f50a104c478569 (patch)
tree2730acd92b9342a626ed591f8613fefb1a809cc6 /plugins/PluginUpdater/src
parent587870fa437682d5b3fc0969d9cb9ea83be04d4a (diff)
minor translation issues
git-svn-id: http://svn.miranda-ng.org/main/trunk@4748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r--plugins/PluginUpdater/src/Notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp
index 746449a735..ea6030d5b6 100644
--- a/plugins/PluginUpdater/src/Notifications.cpp
+++ b/plugins/PluginUpdater/src/Notifications.cpp
@@ -737,7 +737,7 @@ INT_PTR CALLBACK DlgList(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
lvc.cx = 32 - GetSystemMetrics(SM_CXVSCROLL); // width of column in pixels
ListView_InsertColumn(hwndList, 1, &lvc);
- lvc.pszText = L"State";
+ lvc.pszText = LPGENT("State");
lvc.cx = 100 - GetSystemMetrics(SM_CXVSCROLL); // width of column in pixels
ListView_InsertColumn(hwndList, 2, &lvc);