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 /plugins | |
parent | 37e9024a1d307c05ba5306ee9013afa06963046c (diff) |
replace \xf6" " to ö
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MenuItemEx/src/version.h | 4 | ||||
-rw-r--r-- | plugins/MobileState/src/version.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MenuItemEx/src/version.h b/plugins/MenuItemEx/src/version.h index 390e31788d..b413e2676b 100644 --- a/plugins/MenuItemEx/src/version.h +++ b/plugins/MenuItemEx/src/version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "Menu item ext"
#define __FILENAME "MenuEx.dll"
#define __DESCRIPTION "Adds some useful options to a contacts menu."
-#define __AUTHOR "Heiko Schillinger, Baloo, Billy_Bons, Robert P\xf6" "sel"
+#define __AUTHOR "Heiko Schillinger, Baloo, Billy_Bons, Robert Pösel"
#define __AUTHOREMAIL "micron@nexgo.de; baloo@bk.ru; tatarinov.sergey@gmail.com; robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/MenuEx/"
-#define __COPYRIGHT "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-13 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2001-03 Heiko Schillinger, © 2006-08 Baloo, © 2009-10 Billy_Bons, © 2011-13 Robert Pösel"
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h index be73529a9a..bfd59aee34 100644 --- a/plugins/MobileState/src/version.h +++ b/plugins/MobileState/src/version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "Mobile state"
#define __FILENAME "MobileState.dll"
#define __DESCRIPTION "Plugin shows mobile icon in contact list next to contacts which are using mobile client."
-#define __AUTHOR "Robert P\xf6" "sel"
+#define __AUTHOR "Robert Pösel"
#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "https://miranda-ng.org/p/MobileState/"
-#define __COPYRIGHT "© 2012-17 Robert P\xf6" "sel"
+#define __COPYRIGHT "© 2012-17 Robert Pösel"
|