aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJohannes Schickel2013-07-04 23:30:22 +0200
committerJohannes Schickel2013-07-04 23:33:02 +0200
commitbe61cb669a5d6de733c9a42b3714de3750e5f2e3 (patch)
tree0d83ab94ac7895c1a5f7f75a623a5be135230d2d /devtools
parentd089658fb84f67652e9569bc03c76bcc65e7b881 (diff)
parentbe399188c4ec25463c4a777a5e96fd69a4b0b1e3 (diff)
downloadscummvm-rg350-be61cb669a5d6de733c9a42b3714de3750e5f2e3.tar.gz
scummvm-rg350-be61cb669a5d6de733c9a42b3714de3750e5f2e3.tar.bz2
scummvm-rg350-be61cb669a5d6de733c9a42b3714de3750e5f2e3.zip
Merge pull request #350 from chrisws/tizen_port_1_6_0a
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/credits.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/devtools/credits.pl b/devtools/credits.pl
index 06df7fa50e..7d39730c63 100755
--- a/devtools/credits.pl
+++ b/devtools/credits.pl
@@ -754,10 +754,6 @@ begin_credits("Credits");
add_person("Angus Lees", "Gus", "");
end_section();
- begin_section("BADA");
- add_person("Chris Warren-Smith", "", "");
- end_section();
-
begin_section("Dreamcast");
add_person("Marcus Comstedt", "", "");
end_section();
@@ -818,6 +814,10 @@ begin_credits("Credits");
add_person("Lars Persson", "AnotherGuest", "");
end_section();
+ begin_section("Tizen / BADA");
+ add_person("Chris Warren-Smith", "", "");
+ end_section();
+
begin_section("WebOS");
add_person("Klaus Reimer", "kayahr", "");
end_section();