diff options
-rw-r--r-- | plugins/AddContactPlus/src/Version.h | 4 | ||||
-rw-r--r-- | plugins/SimpleStatusMsg/src/Version.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/AddContactPlus/src/Version.h b/plugins/AddContactPlus/src/Version.h index 7ddf4d0268..978d3d01b7 100644 --- a/plugins/AddContactPlus/src/Version.h +++ b/plugins/AddContactPlus/src/Version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "Add contact+"
#define __FILENAME "AddContactPlus.dll"
#define __DESCRIPTION "Provides the ability to quickly add new contacts."
-#define __AUTHOR "Bartosz 'Dezeath' Bia\x8e" "ek"
+#define __AUTHOR "Bartosz 'Dezeath' Białek"
#define __AUTHOREMAIL "dezred@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2007-2013 Bartosz 'Dezeath' Bia\x8e" "ek, Miranda NG Team"
+#define __COPYRIGHT "© 2007-2013 Bartosz 'Dezeath' Białek, Miranda NG Team"
diff --git a/plugins/SimpleStatusMsg/src/Version.h b/plugins/SimpleStatusMsg/src/Version.h index 0f1de212bf..8202a98614 100644 --- a/plugins/SimpleStatusMsg/src/Version.h +++ b/plugins/SimpleStatusMsg/src/Version.h @@ -8,7 +8,7 @@ #define __PLUGIN_NAME "Simple status message"
#define __FILENAME "SimpleStatusMsg.dll"
#define __DESCRIPTION "Provides a simple way to set status and away messages."
-#define __AUTHOR "Bartosz 'Dezeath' Bia\x8e" "ek, Harven"
+#define __AUTHOR "Bartosz 'Dezeath' Białek, Harven"
#define __AUTHOREMAIL "dezred@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2006-2011 Bartosz Bia\x8e" "ek, 2005 Harven"
+#define __COPYRIGHT "© 2006-2011 Bartosz Białek, 2005 Harven"
|