[Scummvm-cvs-logs] CVS: scummvm/gui about.cpp,1.2,1.2.2.1
Travis Howell
kirben at users.sourceforge.net
Thu Jul 31 03:22:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv14704/gui
Modified Files:
Tag: branch-0-5-0
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.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- about.cpp 22 Jul 2003 16:08:57 -0000 1.2
+++ about.cpp 31 Jul 2003 10:21:23 -0000 1.2.2.1
@@ -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