[Scummvm-cvs-logs] CVS: scummvm/sword2 maketext.cpp,1.43,1.44

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Jan 6 04:31:22 CET 2005


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

Modified Files:
	maketext.cpp 
Log Message:
Fixed typo (in comment)


Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/maketext.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- maketext.cpp	1 Jan 2005 15:07:02 -0000	1.43
+++ maketext.cpp	6 Jan 2005 12:30:24 -0000	1.44
@@ -502,8 +502,8 @@
 	// If language is Polish or Finnish it requires alternate fonts.
 	// Otherwise, use regular fonts
 
-	// "talenna"	Finnish for "save"
-	// "zapisz"	Polish for "save"
+	// "tallenna"   Finnish for "save"
+	// "zapisz"     Polish for "save"
 
 	// Get the text line (& skip the 2 chars containing the wavId)
 	char *textLine = (char *) fetchTextLine(textFile, SAVE_LINE_NO) + 2;





More information about the Scummvm-git-logs mailing list