diff options
author | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-12-09 14:35:04 +0100 |
---|---|---|
committer | Goraf <22941576+Goraf@users.noreply.github.com> | 2017-12-09 14:35:04 +0100 |
commit | d90016a6bb75ee5c5d289dc451c8a7e4a4eb8e54 (patch) | |
tree | 3e910b3ce2b20b19aedab5889960db6b6852bab2 /plugins/SimpleStatusMsg | |
parent | fb22928811b911b08fee2b5af0154049195f829f (diff) |
SimpleStatusMsg: correct author's surname
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r-- | plugins/SimpleStatusMsg/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimpleStatusMsg/src/version.h b/plugins/SimpleStatusMsg/src/version.h index a2674b2181..153618cc56 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' Bialek, Harven" +#define __AUTHOR "Bartosz 'Dezeath' Białek, Harven" #define __AUTHOREMAIL "dezred@gmail.com" #define __AUTHORWEB "https://miranda-ng.org/p/SimpleStatusMsg/" -#define __COPYRIGHT "© 2006-2011 Bartosz Bialek, 2005 Harven" +#define __COPYRIGHT "© 2006-2011 Bartosz Białek, 2005 Harven" |