aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorMax Horn2005-03-23 16:19:05 +0000
committerMax Horn2005-03-23 16:19:05 +0000
commit1826bda19483fd7ad9b30770d4bec87f167ce5ff (patch)
tree6ef775c1b8180ecb6fcd5b94a4bf8c84132213c6 /tools/credits.pl
parentfb87ff059d31939a72b60e77d01cfd6124000b8d (diff)
downloadscummvm-rg350-1826bda19483fd7ad9b30770d4bec87f167ce5ff.tar.gz
scummvm-rg350-1826bda19483fd7ad9b30770d4bec87f167ce5ff.tar.bz2
scummvm-rg350-1826bda19483fd7ad9b30770d4bec87f167ce5ff.zip
Cleanup
svn-id: r17208
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index c3ef29a5cc..b51e5a7698 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -98,9 +98,7 @@ sub begin_credits {
if ($mode eq "TEXT") {
#print html_entities_to_ascii($title)."\n";
} elsif ($mode eq "RTF") {
- # TODO: The following is somewhat Mac/Cocoa specific and could probably
- # be changed to be more portable... ?
- print '{\rtf1\mac\ansicpg10000\cocoartf102' . "\n";
+ print '{\rtf1\mac\ansicpg10000' . "\n";
print '{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;}' . "\n";
print '{\colortbl;\red255\green255\blue255;\red0\green128\blue0;}' . "\n";
print '\vieww6920\viewh15480\viewkind0' . "\n";
@@ -153,9 +151,6 @@ sub begin_section {
print '\pard\qc' . "\n";
print '\f0\b\fs28 \cf2 ' . $title . "\n";
print '\f1\b0\fs24 \cf0 \\' . "\n";
-# print '\pard\tx565\li574\fi-574\ql\qnatural' . "\n";
- # Switch back to base font
- print '\cf0' . "\n";
} elsif ($mode eq "CPP") {
$title = html_entities_to_ascii($title);
print '"\\\\C\\\\c1""'.$title.':",' . "\n";