diff options
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 3 |
3 files changed, 6 insertions, 2 deletions
@@ -309,7 +309,8 @@ Other contributions Travis Howell Win64: - Chris Gray + Chris Gray - (retired) + Johannes Schickel Websites (design) ----------------- diff --git a/gui/credits.h b/gui/credits.h index a504d2fa14..18e6171024 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -349,6 +349,8 @@ static const char *credits[] = { "", "C1""Win64", "C0""Chris Gray", +"C2""(retired)", +"C0""Johannes Schickel", "", "", "C1""Websites (design)", diff --git a/tools/credits.pl b/tools/credits.pl index 0fdc1fd1de..f1b4d61499 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -842,7 +842,8 @@ begin_credits("Credits"); end_section(); begin_section("Win64"); - add_person("Chris Gray", "Psychoid", ""); + add_person("Chris Gray", "Psychoid", "(retired)"); + add_person("Johannes Schickel", "LordHoto", ""); end_section(); end_section(); |