From 0a4cd22b70ac012d74c7df64d29cbe8afbc17e40 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 9 Dec 2019 19:45:36 +0300 Subject: fixes #2138 (Msg_Export: enable "Use UTF-8" by default) --- plugins/Msg_Export/src/main.cpp | 2 +- plugins/Msg_Export/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Msg_Export/src') diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 2273804ae6..08dfb1c429 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -162,7 +162,7 @@ int CMPlugin::Load() g_bUseJson = getBool("UseJson", false); g_bAppendNewLine = getBool("AppendNewLine", true); g_bReplaceHistory = getBool("ReplaceHistory", false); - g_bUseUtf8InNewFiles = getBool("UseUtf8InNewFiles", g_bUseUtf8InNewFiles); + g_bUseUtf8InNewFiles = getBool("UseUtf8InNewFiles", true); g_bUseLessAndGreaterInExport = getBool("UseLessAndGreaterInExport", false); g_enRenameAction = (ENDialogAction)getByte("RenameAction", eDAPromptUser); diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 9e7c2422e3..de8961d2d8 100644 --- a/plugins/Msg_Export/src/version.h +++ b/plugins/Msg_Export/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 3 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 -#define __BUILD_NUM 3 +#define __BUILD_NUM 4 #include -- cgit v1.2.3