aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMax Horn2005-03-22 20:18:15 +0000
committerMax Horn2005-03-22 20:18:15 +0000
commit6ef24ce3cb00bf29de8ba352fd66afa78dc8ad9a (patch)
tree7edcdf8bcd3133e0da716fe31a73421c3714f172 /tools
parent3d3b079545dccfd4f431b6b574d00f504bf457c2 (diff)
downloadscummvm-rg350-6ef24ce3cb00bf29de8ba352fd66afa78dc8ad9a.tar.gz
scummvm-rg350-6ef24ce3cb00bf29de8ba352fd66afa78dc8ad9a.tar.bz2
scummvm-rg350-6ef24ce3cb00bf29de8ba352fd66afa78dc8ad9a.zip
Added a small TODO comment
svn-id: r17197
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index e6755abe80..c3ef29a5cc 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -98,6 +98,8 @@ 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 '{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;}' . "\n";
print '{\colortbl;\red255\green255\blue255;\red0\green128\blue0;}' . "\n";