aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2009-07-13 22:19:33 +0000
committerMax Horn2009-07-13 22:19:33 +0000
commit581be82b8366bca93fc3ea1c70b7aec921ad56a2 (patch)
tree551c416f5501a24312df5d08d4e463f8b65aebb0
parent230bd03913296fdf50f95af38fcaf76543408748 (diff)
downloadscummvm-rg350-581be82b8366bca93fc3ea1c70b7aec921ad56a2.tar.gz
scummvm-rg350-581be82b8366bca93fc3ea1c70b7aec921ad56a2.tar.bz2
scummvm-rg350-581be82b8366bca93fc3ea1c70b7aec921ad56a2.zip
Completed name of the creator of our logo
svn-id: r42459
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 1c3c03fc2a..afa8877bbc 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -328,7 +328,7 @@ Other contributions
Dobo Balazs - Website design
Yaroslav Fedevych - HTML/CSS for the website
David Jensen - SVG logo conversion
- Jean Marc - ScummVM logo
+ Jean Marc Gimenez - ScummVM logo
Raina - ScummVM forum buttons
Code contributions
diff --git a/gui/credits.h b/gui/credits.h
index c154a08028..172d44603d 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -381,7 +381,7 @@ static const char *credits[] = {
"C2""HTML/CSS for the website",
"C0""David Jensen",
"C2""SVG logo conversion",
-"C0""Jean Marc",
+"C0""Jean Marc Gimenez",
"C2""ScummVM logo",
"C0""Raina",
"C2""ScummVM forum buttons",
diff --git a/tools/credits.pl b/tools/credits.pl
index ee96017d4b..3b297e961b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -837,7 +837,7 @@ begin_credits("Credits");
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("Jean Marc Gimenez", "", "ScummVM logo");
add_person("", "Raina", "ScummVM forum buttons");
end_persons();
end_section();