diff options
author | Max Horn | 2010-04-21 21:23:35 +0000 |
---|---|---|
committer | Max Horn | 2010-04-21 21:23:35 +0000 |
commit | 5ab6a53f8739b40ec381241cadb82d6080dbc660 (patch) | |
tree | cf164a6ff07a2e138cdc385fa87cd6e5d161b01d | |
parent | f103f01284b61b04aa8bc5978d5771d12e22f404 (diff) | |
download | scummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.tar.gz scummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.tar.bz2 scummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.zip |
Update credits: Fredrik retired
svn-id: r48766
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | gui/credits.h | 1 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -239,7 +239,7 @@ ScummVM Team Website (code) -------------- - Fredrik Wendel + Fredrik Wendel - (retired) Website (content) ----------------- diff --git a/gui/credits.h b/gui/credits.h index 208b21ccbb..4bf3e429b0 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -268,6 +268,7 @@ static const char *credits[] = { "", "C1""Website (code)", "C0""Fredrik Wendel", +"C2""(retired)", "", "C1""Website (content)", "C0""All active team members", diff --git a/tools/credits.pl b/tools/credits.pl index 1bd2eee095..165834b9b9 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -753,7 +753,7 @@ begin_credits("Credits"); begin_section("Website (code)"); begin_persons(); - add_person("Fredrik Wendel", "", ""); + add_person("Fredrik Wendel", "", "(retired)"); end_persons(); end_section(); |