diff options
author | Kostas Nakos | 2006-06-10 18:11:34 +0000 |
---|---|---|
committer | Kostas Nakos | 2006-06-10 18:11:34 +0000 |
commit | a563efff1e4a570733f76c60a2942c4cf2bca982 (patch) | |
tree | c3d2aad0980de4808f8b4922219d87edb67964d6 /tools | |
parent | f29a09a35f144b1951f48bd88d664d71afacce9f (diff) | |
download | scummvm-rg350-a563efff1e4a570733f76c60a2942c4cf2bca982.tar.gz scummvm-rg350-a563efff1e4a570733f76c60a2942c4cf2bca982.tar.bz2 scummvm-rg350-a563efff1e4a570733f76c60a2942c4cf2bca982.zip |
added knakos to CE port
svn-id: r23014
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index c4a3286072..7f97235040 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -533,6 +533,7 @@ begin_credits("Credits"); begin_section("PocketPC / WinCE"); add_person("Nicolas Bacca", "arisme", ""); + add_person("Kostas Nakos", "knakos", ""); end_section(); begin_section("Playstation 2"); @@ -616,10 +617,6 @@ begin_credits("Credits"); add_person("Paul Smedley", "Creeping", ""); end_section(); - begin_section("PocketPC 2002"); - add_person("Kostas Nakos", "knakos", ''); - end_section(); - begin_section("SlackWare"); add_person("Robert Kelsen", "", ""); end_section(); |