From 08d8ee4b71da0733cf6123126db73e39d2324058 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 19 Jan 2013 22:43:08 +0000 Subject: - Another portion of _T replacement (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3188 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Ping/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Ping/src/options.cpp') diff --git a/plugins/Ping/src/options.cpp b/plugins/Ping/src/options.cpp index 04fedfbd23..50e14bc6c7 100644 --- a/plugins/Ping/src/options.cpp +++ b/plugins/Ping/src/options.cpp @@ -101,7 +101,7 @@ static INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA ofn.Flags = CC_FULLOPEN; //ofn.lpstrFile[0] = '\0'; ofn.nMaxFile = sizeof(options.log_filename); - ofn.lpstrFilter = _T("All\0*.*\0Text\0*.TXT\0"); + ofn.lpstrFilter = LPGENT("All\0*.*\0Text\0*.TXT\0"); ofn.nFilterIndex = 1; ofn.lpstrFileTitle = NULL; ofn.nMaxFileTitle = 0; -- cgit v1.2.3