From f59017c9793b9a904332260c5a39e532a6ea2bb3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 31 May 2006 18:44:48 +0000 Subject: [PATCH] Credit Clem and Raina for forum themes svn-id: r22802 --- AUTHORS | 6 ++++-- doc/credits.tex | 4 +++- gui/credits.h | 6 +++++- tools/credits.pl | 4 +++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8cb68894a99..2e470389130 100644 --- a/AUTHORS +++ b/AUTHORS @@ -163,12 +163,14 @@ Other contributions Win64: Chris Gray - Website (design) - ---------------- + Websites (design) + ----------------- Dobo Balazs - Website design Yaroslav Fedevych - HTML/CSS for the website David Jensen - SVG logo conversion Jean Marc - ScummVM logo + Raina - ScummVM forum buttons + Clemens Steinhuber - ScummVM forum theme Code contributions ------------------ diff --git a/doc/credits.tex b/doc/credits.tex index b7607af719b..7cba1ab0224 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -270,13 +270,15 @@ All active team members \end{tabular} \end{list} \end{list} -\item \textbf{\large Website (design)} +\item \textbf{\large Websites (design)} \begin{list}{}{\setlength{\leftmargin}{0.2cm}} \item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}} Dob\'o Bal\'azs & \textit{Website design}\\ Yaroslav Fedevych & \textit{HTML/CSS for the website}\\ David Jensen & \textit{SVG logo conversion}\\ Jean Marc & \textit{ScummVM logo}\\ + Raina & \textit{ScummVM forum buttons}\\ + Clemens Steinhuber & \textit{ScummVM forum theme}\\ \end{tabular} \end{list} \item \textbf{\large Code contributions} diff --git a/gui/credits.h b/gui/credits.h index 46654b0ed90..55367b4b88e 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -179,7 +179,7 @@ static const char *credits[] = { "\\C\\c0""Chris Gray", "\\C\\c0""", "\\C\\c0""", -"\\C\\c1""Website (design)", +"\\C\\c1""Websites (design)", "\\C\\c0""Dobo Balazs", "\\C\\c2""Website design", "\\C\\c0""Yaroslav Fedevych", @@ -188,6 +188,10 @@ static const char *credits[] = { "\\C\\c2""SVG logo conversion", "\\C\\c0""Jean Marc", "\\C\\c2""ScummVM logo", +"\\C\\c0""Raina", +"\\C\\c2""ScummVM forum buttons", +"\\C\\c0""Clemens Steinhuber", +"\\C\\c2""ScummVM forum theme", "\\C\\c0""", "\\C\\c1""Code contributions", "\\C\\c0""Ori Avtalion", diff --git a/tools/credits.pl b/tools/credits.pl index 7ee5649246a..c32ed797a4a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -633,12 +633,14 @@ begin_credits("Credits"); end_section(); end_section(); - begin_section("Website (design)"); + begin_section("Websites (design)"); begin_persons(); add_person("Dobó Balázs", "draven", "Website design"); add_person("Yaroslav Fedevych", "jafd", "HTML/CSS for the website"); add_person("David Jensen", "Tyst", "SVG logo conversion"); add_person("Jean Marc", "", 'ScummVM logo'); + add_person("", "Raina", 'ScummVM forum buttons'); + add_person("Clemens Steinhuber", "", 'ScummVM forum theme'); end_persons(); end_section();