From 8ae3679aa1339ce9abee53adb69902bd6b7513dc Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 25 Jul 2016 10:31:04 +0000 Subject: hello, Unix. phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Msg_Export/src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Msg_Export/src/main.cpp') diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index c6a3d41377..4befc1c23b 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -192,12 +192,12 @@ extern "C" __declspec(dllexport) int Load() if (nMaxLineWidth < 5) nMaxLineWidth = 5; - sExportDir = _DBGetString(NULL, MODULE, "ExportDir", _T("%dbpath%\\MsgExport\\")); - sDefaultFile = _DBGetString(NULL, MODULE, "DefaultFile", _T("%nick%.txt")); + sExportDir = _DBGetString(NULL, MODULE, "ExportDir", L"%dbpath%\\MsgExport\\"); + sDefaultFile = _DBGetString(NULL, MODULE, "DefaultFile", L"%nick%.txt"); - sTimeFormat = _DBGetString(NULL, MODULE, "TimeFormat", _T("d s")); + sTimeFormat = _DBGetString(NULL, MODULE, "TimeFormat", L"d s"); - sFileViewerPrg = _DBGetString(NULL, MODULE, "FileViewerPrg", _T("")); + sFileViewerPrg = _DBGetString(NULL, MODULE, "FileViewerPrg", L""); bUseInternalViewer(db_get_b(NULL, MODULE, "UseInternalViewer", bUseInternalViewer()) != 0); bReplaceHistory = db_get_b(NULL, MODULE, "ReplaceHistory", bReplaceHistory) != 0; -- cgit v1.2.3