diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 22:12:43 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 22:12:43 +0300 |
commit | 80221d816eeb98f0df38e0243390033c614952f3 (patch) | |
tree | 7618176108093921b6934343bc2f76a66ea97730 /plugins/Msg_Export | |
parent | 25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff) |
Source files converted to utf-8
Diffstat (limited to 'plugins/Msg_Export')
-rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 8 | ||||
-rw-r--r-- | plugins/Msg_Export/src/version.h | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index e4b7fcaf51..333029e5f1 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -208,12 +208,12 @@ extern "C" __declspec(dllexport) int Load() enRenameAction = (ENDialogAction)db_get_b(NULL, MODULE, "RenameAction", enRenameAction);
enDeleteAction = (ENDialogAction)db_get_b(NULL, MODULE, "DeleteAction", enDeleteAction);
- HANDLE hServiceFun = nullptr;
+ HANDLE hServiceFunс = nullptr;
if (bReplaceHistory)
- hServiceFun = CreateServiceFunction(MS_HISTORY_SHOWCONTACTHISTORY, ShowExportHistory); //this need new code
+ hServiceFunс = CreateServiceFunction(MS_HISTORY_SHOWCONTACTHISTORY, ShowExportHistory); //this need new code
- if (!hServiceFun)
- hServiceFun = CreateServiceFunction(MS_SHOW_EXPORT_HISTORY, ShowExportHistory);
+ if (!hServiceFunс)
+ hServiceFunс = CreateServiceFunction(MS_SHOW_EXPORT_HISTORY, ShowExportHistory);
hInternalWindowList = WindowList_Create();
return 0;
diff --git a/plugins/Msg_Export/src/version.h b/plugins/Msg_Export/src/version.h index 098c30c578..cb04f386aa 100644 --- a/plugins/Msg_Export/src/version.h +++ b/plugins/Msg_Export/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Kennet Nielsen, mod by ring0" #define __AUTHOREMAIL "Kennet_N@ofir.dk" #define __AUTHORWEB "https://miranda-ng.org/p/Msg_Export/" -#define __COPYRIGHT " 2002 Kennet Nielsen, 2012-17 Miranda NG Team" +#define __COPYRIGHT "© 2002 Kennet Nielsen, 2012-17 Miranda NG Team" |