[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Tue Mar 22 12:19:01 CET 2005


Update of /cvsroot/scummvm/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25377

Modified Files:
	credits.pl 
Log Message:
Added a small TODO comment

Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- credits.pl	22 Mar 2005 20:16:02 -0000	1.8
+++ credits.pl	22 Mar 2005 20:18:15 -0000	1.9
@@ -98,6 +98,8 @@
 	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";





More information about the Scummvm-git-logs mailing list