diff options
| author | John Willis | 2010-10-20 13:09:40 +0000 | 
|---|---|---|
| committer | John Willis | 2010-10-20 13:09:40 +0000 | 
| commit | aae3f96f356401c72687a28b4f147da6ba51d579 (patch) | |
| tree | fd562ec503c1a5018ed1a2bb46eb2611c359e428 /tools | |
| parent | 33038a2d58c7c919c66f714277d2e239e6a015d9 (diff) | |
| download | scummvm-rg350-aae3f96f356401c72687a28b4f147da6ba51d579.tar.gz scummvm-rg350-aae3f96f356401c72687a28b4f147da6ba51d579.tar.bz2 scummvm-rg350-aae3f96f356401c72687a28b4f147da6ba51d579.zip  | |
TOOLS: Add OpenPandora to credits and replace GP2X/Wiz with GPH Devices.
* I hope this is the right place to to this ;).
svn-id: r53642
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/credits.pl | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl index 6175906796..002eed7bff 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -684,7 +684,7 @@ begin_credits("Credits");  		  add_person("Marcus Comstedt", "", "");  	  end_section(); -	  begin_section("GP2X"); +	  begin_section("GPH Devices (GP2X, GP2XWiz & Caanoo)");  		  add_person("John Willis", "DJWillis", "");  	  end_section(); @@ -708,6 +708,10 @@ begin_credits("Credits");  		  add_person("Neil Millstone", "agent-q", "");  	  end_section(); +	  begin_section("OpenPandora"); +		  add_person("John Willis", "DJWillis", ""); +	  end_section(); +	    	  begin_section("PocketPC / WinCE");  		add_person("Nicolas Bacca", "arisme", "(retired)");  		add_person("Kostas Nakos", "Jubanka", "");  | 
