diff options
-rw-r--r-- | plugins/AddContactPlus/src/Version.h | 2 | ||||
-rw-r--r-- | plugins/SimpleStatusMsg/src/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AddContactPlus/src/Version.h b/plugins/AddContactPlus/src/Version.h index 111393c054..6c43164644 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łek"
+#define __AUTHOR "Bartosz 'Dezeath' Bialek"
#define __AUTHOREMAIL "dezred@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2007-2013 Bartosz 'Dezeath' Bialek, Miranda NG Team"
diff --git a/plugins/SimpleStatusMsg/src/Version.h b/plugins/SimpleStatusMsg/src/Version.h index 953040aa7e..9dc59757b9 100644 --- a/plugins/SimpleStatusMsg/src/Version.h +++ b/plugins/SimpleStatusMsg/src/Version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Bartosz 'Dezeath' Bialek, Harven"
#define __AUTHOREMAIL "dezred@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2006-2011 Bartosz Białek, 2005 Harven"
+#define __COPYRIGHT "© 2006-2011 Bartosz Bialek, 2005 Harven"
|