diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 21:25:03 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 21:25:03 +0300 |
commit | 50cf7500115da74a3583eaa7397186d137cbd05d (patch) | |
tree | 1440ddd44f2ff709faf4436b9adf47c3a3bc929e /src/core/stdmsg | |
parent | b0ec1e2430b26d00a5d6a1baf49ff80d5a444e37 (diff) |
Core: convert source files to utf-8
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/chat_options.cpp | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index cf248e67da..a418443e59 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -1,7 +1,7 @@ /* Chat module plugin for Miranda IM -Copyright (C) 2003 Jörgen Persson +Copyright (C) 2003 Jцrgen Persson This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 26baddd2cf..55820233cb 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -10,4 +10,4 @@ #define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/StdMsg/"
-#define __COPYRIGHT "© 2012-17 Miranda NG Development Team"
+#define __COPYRIGHT "© 2012-17 Miranda NG Development Team"
|