[Scummvm-cvs-logs] SF.net SVN: scummvm: [23090] scummvm/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Tue Jun 13 20:23:07 CEST 2006


Revision: 23090
Author:   sev
Date:     2006-06-13 11:22:18 -0700 (Tue, 13 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23090&view=rev

Log Message:
-----------
Fix credits

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/doc/credits.tex
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl
Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2006-06-13 17:02:53 UTC (rev 23089)
+++ scummvm/trunk/AUTHORS	2006-06-13 18:22:18 UTC (rev 23090)
@@ -86,7 +86,7 @@
        Nicolas Bacca        
        Kostas Nakos         
 
-    PlayStation 2:
+    Playstation 2:
        Robert Goeffringmann 
 
     PSP (PlayStation Portable):
@@ -117,7 +117,9 @@
 
   Documentation
   -------------
-     Joachim Eberhard     
+    Documentation Manager:
+       Joachim Eberhard     
+
   Retired Team Members
   --------------------
      Tore Anderson         - Former Debian GNU/Linux maintainer

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-06-13 17:02:53 UTC (rev 23089)
+++ scummvm/trunk/doc/credits.tex	2006-06-13 18:22:18 UTC (rev 23090)
@@ -139,7 +139,7 @@
     Kostas Nakos & \textit{}\\
   \end{tabular}
 \end{list}
-\item \textbf{ PlayStation 2}
+\item \textbf{ Playstation 2}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
     Robert G\"offringmann & \textit{}\\
@@ -190,8 +190,13 @@
 \end{list}
 \item \textbf{\large Documentation}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item \textbf{ Documentation Manager}
+\begin{list}{}{\setlength{\leftmargin}{0.2cm}}
+\item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}
     Joachim Eberhard & \textit{}\\
+  \end{tabular}
 \end{list}
+\end{list}
 \item \textbf{\large Retired Team Members}
 \begin{list}{}{\setlength{\leftmargin}{0.2cm}}
 \item  \begin{tabular}[h]{p{0.3\linewidth}p{0.6\linewidth}}

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-06-13 17:02:53 UTC (rev 23089)
+++ scummvm/trunk/gui/credits.h	2006-06-13 18:22:18 UTC (rev 23090)
@@ -87,7 +87,7 @@
 "\\C\\c0""Nicolas Bacca",
 "\\C\\c0""Kostas Nakos",
 "\\C\\c0""",
-"\\C\\c1""PlayStation 2",
+"\\C\\c1""Playstation 2",
 "\\C\\c0""Robert Goeffringmann",
 "\\C\\c0""",
 "\\C\\c1""PSP (PlayStation Portable)",
@@ -121,8 +121,10 @@
 "\\C\\c0""",
 "\\C\\c0""",
 "\\C\\c1""Documentation",
+"\\C\\c1""Documentation Manager",
 "\\C\\c0""Joachim Eberhard",
 "\\C\\c0""",
+"\\C\\c0""",
 "\\C\\c1""Retired Team Members",
 "\\C\\c0""Tore Anderson",
 "\\C\\c2""Former Debian GNU/Linux maintainer",

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-06-13 17:02:53 UTC (rev 23089)
+++ scummvm/trunk/tools/credits.pl	2006-06-13 18:22:18 UTC (rev 23090)
@@ -536,7 +536,7 @@
 		  add_person("Kostas Nakos", "knakos", "");
 	  end_section();
 
-	  begin_section("PlayStation 2");
+	  begin_section("Playstation 2");
 		  add_person("Robert Göffringmann", "lavosspawn", "");
 	  end_section();
 
@@ -572,7 +572,9 @@
     end_section();
 
     begin_section("Documentation");
-	add_person("Joachim Eberhard", "joachimeberhard", "");
+	begin_section("Documentation Manager");
+		add_person("Joachim Eberhard", "joachimeberhard", "");
+    	end_section();
     end_section();
 
     begin_section("Retired Team Members");


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list