[Scummvm-cvs-logs] CVS: scummvm/gui about.cpp,1.2,1.3

Travis Howell kirben at users.sourceforge.net
Thu Jul 31 03:22:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv14607/gui

Modified Files:
	about.cpp 
Log Message:

Correct name


Index: about.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/about.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- about.cpp	22 Jul 2003 16:08:57 -0000	1.2
+++ about.cpp	31 Jul 2003 10:21:00 -0000	1.3
@@ -42,7 +42,7 @@
 	new StaticTextWidget(this, 10, 45, _w - 20, kLineHeight, "http://www.scummvm.org", kTextAlignCenter);
 
 	new StaticTextWidget(this, 10, 65, _w - 20, kLineHeight, "SCUMM Games (C) LucasArts", kTextAlignCenter);
-	new StaticTextWidget(this, 10, 75, _w - 20, kLineHeight, "Simon the Sorcerer (C) Adventuresoft", kTextAlignCenter);
+	new StaticTextWidget(this, 10, 75, _w - 20, kLineHeight, "Simon the Sorcerer (C) Adventure Soft", kTextAlignCenter);
 	new StaticTextWidget(this, 10, 85, _w - 20, kLineHeight, "Beneath a Steel Sky (C) Revolution", kTextAlignCenter);
 }
 





More information about the Scummvm-git-logs mailing list