diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-09-19 00:33:32 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-09-19 00:33:32 +0000 |
commit | 82cc787532fbff930c01b37dd88cde35952f5ba6 (patch) | |
tree | 4c360ebf31ca9e6a2144c1f4a9409066b3415ce8 /plugins/SMS | |
parent | 963267f0469e896d92fc80ea211d9df99bb818a9 (diff) |
fix encoding problems
git-svn-id: http://svn.miranda-ng.org/main/trunk@15390 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SMS')
-rw-r--r-- | plugins/SMS/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SMS/src/Version.h b/plugins/SMS/src/Version.h index b2b9702d4c..32c75d8bc8 100644 --- a/plugins/SMS/src/Version.h +++ b/plugins/SMS/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Richard Hughes, Improved by Ariel Shulman, rewritten by Rozhuk Ivan"
#define __AUTHOREMAIL "Rozhuk_I@mail.ru"
#define __AUTHORWEB "http://miranda-ng.org/p/SMS/"
-#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-2009 Rozhuk Ivan (Rozhuk_I@mail.ru)"
+#define __COPYRIGHT "© 2001-02 Richard Hughes, 2003 Ariel Shulman, 2007-09 Rozhuk Ivan (Rozhuk_I@mail.ru)"
|