aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--doc/10.tex2
-rw-r--r--gui/credits.h1
-rwxr-xr-xtools/credits.pl2
4 files changed, 3 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 12d86e9dbf..79ea1a846e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,9 +3,7 @@ ScummVM Team
Project Leaders
---------------
James Brown
- Max Horn - This is a long desc. A really, really long long
- description. No I really mean *long* like in
- 'very long'!
+ Max Horn
Engine Teams
------------
diff --git a/doc/10.tex b/doc/10.tex
index be0a124109..a0301fbc13 100644
--- a/doc/10.tex
+++ b/doc/10.tex
@@ -7,7 +7,7 @@
\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
\item \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
James Brown & \textit{}\\
- Max Horn & \textit{This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!}\\
+ Max Horn & \textit{}\\
\end{tabular}
\end{list}
\item \textbf{\large Engine Teams}
diff --git a/gui/credits.h b/gui/credits.h
index 11223d01ad..b53fb474dc 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -5,7 +5,6 @@ static const char *credits[] = {
"\\C\\c1""Project Leaders",
"\\C\\c0""James Brown",
"\\C\\c0""Max Horn",
-"\\C\\c2""This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!",
"\\C\\c0""",
"\\C\\c1""Engine Teams",
"\\C\\c1""SCUMM",
diff --git a/tools/credits.pl b/tools/credits.pl
index 4e3e2324d1..4d0b544f88 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -435,7 +435,7 @@ begin_credits("Credits");
begin_section("Project Leaders");
begin_persons();
add_person('James Brown', 'ender', "");
- add_person('Max Horn', 'Fingolfin', "This is a long desc. A really, really long long description. No I really mean *long* like in 'very long'!");
+ add_person('Max Horn', 'Fingolfin', "");
end_persons();
end_section();