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 /protocols/Tlen | |
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 'protocols/Tlen')
-rw-r--r-- | protocols/Tlen/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/src/version.h b/protocols/Tlen/src/version.h index 1651c1c279..9deedf7ea5 100644 --- a/protocols/Tlen/src/version.h +++ b/protocols/Tlen/src/version.h @@ -14,4 +14,4 @@ #define __AUTHOR "Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki"
#define __AUTHOREMAIL "the_leech@users.berlios.de"
#define __AUTHORWEB "http://miranda-ng.org/p/Tlen/"
-#define __COPYRIGHT "(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki"
+#define __COPYRIGHT "© 2002-2012 Santithorn Bunchua, Piotr Piastucki"
|