aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2006-12-28 21:54:48 +0000
committerEugene Sandulenko2006-12-28 21:54:48 +0000
commit291859eccd02be5f728cc412760148995492caff (patch)
treea620b4b73d72090bb89761a1ea3e97550c0b7fc4
parentfb1cb33324e3cb728cc5de2d24f279ea7bc563d9 (diff)
downloadscummvm-rg350-291859eccd02be5f728cc412760148995492caff.tar.gz
scummvm-rg350-291859eccd02be5f728cc412760148995492caff.tar.bz2
scummvm-rg350-291859eccd02be5f728cc412760148995492caff.zip
Credit clone2727 for his significant contributions to our Wiki.
svn-id: r24944
-rw-r--r--AUTHORS1
-rw-r--r--doc/credits.tex1
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
4 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index b38b185728..ed38fdd04c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -135,6 +135,7 @@ ScummVM Team
Documentation
-------------
Joachim Eberhard - Documentation manager
+ Matthew Hoops - Wiki editor
Retired Team Members
--------------------
diff --git a/doc/credits.tex b/doc/credits.tex
index d3c72f8b99..061e81e9ed 100644
--- a/doc/credits.tex
+++ b/doc/credits.tex
@@ -224,6 +224,7 @@ All active team members
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
Joachim Eberhard & \textit{Documentation manager}\\
+ Matthew Hoops & \textit{Wiki editor}\\
\end{tabular}
\end{list}
\item \textbf{\large Retired Team Members}
diff --git a/gui/credits.h b/gui/credits.h
index f67966feab..64b739ee09 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -141,6 +141,8 @@ static const char *credits[] = {
"\\C\\c1""Documentation",
"\\C\\c0""Joachim Eberhard",
"\\C\\c2""Documentation manager",
+"\\C\\c0""Matthew Hoops",
+"\\C\\c2""Wiki editor",
"\\C\\c0""",
"\\C\\c1""Retired Team Members",
"\\C\\c0""Tore Anderson",
diff --git a/tools/credits.pl b/tools/credits.pl
index fc03fe12ad..c974590ac6 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -618,6 +618,7 @@ begin_credits("Credits");
begin_section("Documentation");
begin_persons();
add_person("Joachim Eberhard", "joachimeberhard", "Documentation manager");
+ add_person("Matthew Hoops", "clone2727", "Wiki editor");
end_persons();
end_section();