From 8a1a9db6ab24392c9528bfea4bbd979ce5dd6f63 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Aug 2017 16:54:24 +0300 Subject: fixes #902 --- plugins/BasicHistory/src/RichHtmlExport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/BasicHistory/src/RichHtmlExport.cpp b/plugins/BasicHistory/src/RichHtmlExport.cpp index 3191ac18f8..125aa51a5d 100644 --- a/plugins/BasicHistory/src/RichHtmlExport.cpp +++ b/plugins/BasicHistory/src/RichHtmlExport.cpp @@ -284,7 +284,7 @@ bool DeleteDirectory(LPCTSTR lpszDir, bool noRecycleBin = true) void RichHtmlExport::WriteHeader(const std::wstring &fileName, const std::wstring &filterName, const std::wstring &myName, const std::wstring &myId, const std::wstring &name1, const std::wstring &proto1, const std::wstring &id1, const std::string& baseProto1, const std::wstring& encoding) { baseProto = baseProto1; - folder = RemoveExt(fileName) + TranslateT("_files"); + folder = RemoveExt(fileName) + L"_files"; folderName = GetName(folder); DeleteDirectory(folder.c_str()); CreateDirectory(folder.c_str(), NULL); -- cgit v1.2.3