From 11621ce779ee5d6eae799347b1f50a104c478569 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 May 2013 19:10:32 +0000 Subject: minor translation issues git-svn-id: http://svn.miranda-ng.org/main/trunk@4748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/res/Resource.rc | 2 +- plugins/PluginUpdater/src/Notifications.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 36884c96c5..51b4726bfc 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -132,7 +132,7 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Component list" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - CTEXT "Here is the complete list of missing Miranda NG components. \nCheck components that you want to download. \n\nClick on info icon to view component info page.",IDC_UPDATETEXT,9,9,223,44 + CTEXT "Here is the complete list of missing Miranda NG components. Check components that you want to download.\n\nClick on info icon to view component info page.",IDC_UPDATETEXT,9,9,223,44 DEFPUSHBUTTON "Download",IDOK,185,218,50,14 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,1,58,236,1 CONTROL "",IDC_LIST_UPDATES,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,6,64,229,149 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); -- cgit v1.2.3