diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-28 22:32:16 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-28 22:32:16 +0000 |
commit | 87d2a212910ee9ea37f9e2db07d2d54d0a56915d (patch) | |
tree | e2a72176632515f87a843cb792f47484fe8905e0 | |
parent | 8694162f027c9b9a6ad5ad490ae521d59c3e9b49 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@5176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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"
|