From b09ec67fc4feeafa22238125113f40ea5de14011 Mon Sep 17 00:00:00 2001
From: Johannes Schickel
Date: Thu, 30 Jul 2009 15:12:42 +0000
Subject: Add tanoku to our GUI credits section.

svn-id: r42929
---
 AUTHORS          | 2 ++
 gui/credits.h    | 3 +++
 tools/credits.pl | 1 +
 3 files changed, 6 insertions(+)

diff --git a/AUTHORS b/AUTHORS
index afa8877bbc..670af49c0f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -179,6 +179,7 @@ ScummVM Team
        Eugene Sandulenko    
 
     GUI:
+       Vicent Marti         
        Eugene Sandulenko    
        Johannes Schickel    
 
@@ -356,6 +357,7 @@ Other contributions
      Tim Phillips          - Initial MI1 CD music support
      Quietust              - Sound support for Amiga SCUMM V2/V3 games, MM
                              NES support
+     segra                 - Improved support for Apple II/C64 versions of MM
      Andreas Roever        - Broken Sword 1/2 MPEG2 cutscene support
      Edward Rudd           - Fixes for playing MP3 versions of MI1/Loom audio
      Daniel Schepler       - Final MI1 CD music support, initial Ogg Vorbis
diff --git a/gui/credits.h b/gui/credits.h
index 172d44603d..9d3d8167c8 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -185,6 +185,7 @@ static const char *credits[] = {
 "C0""Eugene Sandulenko",
 "",
 "C1""GUI",
+"C0""Vicent Marti",
 "C0""Eugene Sandulenko",
 "C0""Johannes Schickel",
 "",
@@ -425,6 +426,8 @@ static const char *credits[] = {
 "C2""Initial MI1 CD music support",
 "C0""Quietust",
 "C2""Sound support for Amiga SCUMM V2/V3 games, MM NES support",
+"C0""segra",
+"C2""Improved support for Apple II/C64 versions of MM",
 "C0""Andreas R\366ver",
 "C2""Broken Sword 1/2 MPEG2 cutscene support",
 "C0""Edward Rudd",
diff --git a/tools/credits.pl b/tools/credits.pl
index fba9e315d0..e7c69d8c1f 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -676,6 +676,7 @@ begin_credits("Credits");
 	  end_section();
 
 	  begin_section("GUI");
+	  	  add_person("Vicent Marti", "tanoku", "");
 		  add_person("Eugene Sandulenko", "sev", "");
 		  add_person("Johannes Schickel", "LordHoto", "");
 	  end_section();
-- 
cgit v1.2.3