diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-06-27 11:27:36 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-06-27 11:27:36 +0000 |
commit | c2c4b60117c5ffc7254aab3e743dfdc2c47713cf (patch) | |
tree | a2b60163d0e24a1ffd2eae9685aa45f8c0d338b0 /plugins | |
parent | 3e560930fe2876fd17790c09d33ab33491cc874b (diff) |
Fix for Bartosz Białek name.
git-svn-id: http://svn.miranda-ng.org/main/trunk@5145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 978d3d01b7..7ddf4d0268 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' Bia\x8e" "ek"
#define __AUTHOREMAIL "dezred@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
-#define __COPYRIGHT "© 2007-2013 Bartosz 'Dezeath' Bia³ek, Miranda NG Team"
+#define __COPYRIGHT "© 2007-2013 Bartosz 'Dezeath' Bia\x8e" "ek, Miranda NG Team"
diff --git a/plugins/SimpleStatusMsg/src/Version.h b/plugins/SimpleStatusMsg/src/Version.h index 8202a98614..0f1de212bf 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³ek, Harven"
+#define __AUTHOR "Bartosz 'Dezeath' Bia\x8e" "ek, 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 Bia\x8e" "ek, 2005 Harven"
|