[Scummvm-cvs-logs] CVS: scummvm/gui about.cpp,1.12,1.12.2.1

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Sat Mar 13 07:13:42 CET 2004


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

Modified Files:
      Tag: branch-0-6-0
	about.cpp 
Log Message:
Added FotAQ to "About" window, after some discussion with Endy about the
exact wording.


Index: about.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/about.cpp,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- about.cpp	9 Feb 2004 01:27:26 -0000	1.12
+++ about.cpp	13 Mar 2004 14:11:45 -0000	1.12.2.1
@@ -28,9 +28,9 @@
 namespace GUI {
 
 AboutDialog::AboutDialog()
-	: Dialog(10, 20, 300, 154) {
+	: Dialog(10, 10, 300, 174) {
 	
-	addButton((_w - kButtonWidth) / 2, 130, "OK", kCloseCmd, '\r');	// Close dialog - FIXME
+	addButton((_w - kButtonWidth) / 2, 150, "OK", kCloseCmd, '\r');	// Close dialog - FIXME
 
 	Common::String version("ScummVM ");
 	version += gScummVMVersion;
@@ -55,6 +55,8 @@
 	new StaticTextWidget(this, 0, 95, _w, kLineHeight, "Simon the Sorcerer (C) Adventure Soft", kTextAlignCenter);
 	new StaticTextWidget(this, 0, 105, _w, kLineHeight, "Beneath a Steel Sky (C) Revolution", kTextAlignCenter);
 	new StaticTextWidget(this, 0, 115, _w, kLineHeight, "Broken Sword Games (C) Revolution", kTextAlignCenter);
+	new StaticTextWidget(this, 0, 125, _w, kLineHeight, "Flight of the Amazon Queen (C) John Passfield", kTextAlignCenter);
+	new StaticTextWidget(this, 0, 135, _w, kLineHeight, "and Steve Stamatiadis", kTextAlignCenter);
 }
 
 } // End of namespace GUI





More information about the Scummvm-git-logs mailing list