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/YARelay | |
parent | 25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff) |
Source files converted to utf-8
Diffstat (limited to 'plugins/YARelay')
-rw-r--r-- | plugins/YARelay/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index 2797e6322c..b79528d78c 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -52,7 +52,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID) }
/**
-* Protocols àcknowledgement
+* Protocols аcknowledgement
*/
int ProtoAck(WPARAM,LPARAM lparam)
{
diff --git a/plugins/YARelay/src/version.h b/plugins/YARelay/src/version.h index 836e2f465c..d565b2ec64 100644 --- a/plugins/YARelay/src/version.h +++ b/plugins/YARelay/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Anar Ibragimoff" #define __AUTHOREMAIL "ai91@mail.ru" #define __AUTHORWEB "https://miranda-ng.org/p/YARelay/" -#define __COPYRIGHT "© 2005 Anar Ibragimoff" +#define __COPYRIGHT "© 2005 Anar Ibragimoff" |