aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-04-21 21:23:35 +0000
committerMax Horn2010-04-21 21:23:35 +0000
commit5ab6a53f8739b40ec381241cadb82d6080dbc660 (patch)
treecf164a6ff07a2e138cdc385fa87cd6e5d161b01d
parentf103f01284b61b04aa8bc5978d5771d12e22f404 (diff)
downloadscummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.tar.gz
scummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.tar.bz2
scummvm-rg350-5ab6a53f8739b40ec381241cadb82d6080dbc660.zip
Update credits: Fredrik retired
svn-id: r48766
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index c47c554c59..7a8490ddf7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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();