[Scummvm-cvs-logs] CVS: scummvm/sword2 maketext.cpp,1.41,1.42

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Wed Jun 16 23:47:05 CEST 2004


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

Modified Files:
	maketext.cpp 
Log Message:
Itsy-bitsy cleanup.


Index: maketext.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/maketext.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- maketext.cpp	23 Apr 2004 07:01:38 -0000	1.41
+++ maketext.cpp	17 Jun 2004 06:46:15 -0000	1.42
@@ -532,7 +532,7 @@
 	else
 		textLine = (char *) fetchTextLine(textFile, 54) + 2;
 
-	_graphics->setWindowName(textLine);
+	_system->setWindowCaption(textLine);
 	_resman->closeResource(TEXT_RES);
 }
 





More information about the Scummvm-git-logs mailing list