diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-05 21:19:38 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-05 21:19:38 +0300 |
commit | d339eb2474a3343602aacc09276235e3110aaf5f (patch) | |
tree | 3976badef8f18aef1caa19a43dc40b66ab0507c3 /protocols/Steam | |
parent | 37e9024a1d307c05ba5306ee9013afa06963046c (diff) |
replace \xf6" " to ö
Diffstat (limited to 'protocols/Steam')
-rw-r--r-- | protocols/Steam/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h index df8a29ec94..6b19a0e80a 100644 --- a/protocols/Steam/src/version.h +++ b/protocols/Steam/src/version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "Steam protocol"
#define __FILENAME "Steam.dll"
#define __DESCRIPTION "Steam protocol support for Miranda NG."
-#define __AUTHOR "Miranda NG Team, Robert P\xf6" "sel"
+#define __AUTHOR "Miranda NG Team, Robert Pösel"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/Steam/"
-#define __COPYRIGHT "� 2014-17 Miranda NG team"
+#define __COPYRIGHT "© 2014-17 Miranda NG team"
|