[Scummvm-cvs-logs] CVS: scummvm/scumm dialogs.cpp,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Wed Oct 23 06:31:07 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv12768/scumm

Modified Files:
	dialogs.cpp 
Log Message:
refer to the new domain, www.scummvm.net

Index: dialogs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/dialogs.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- dialogs.cpp	23 Oct 2002 11:05:59 -0000	1.16
+++ dialogs.cpp	23 Oct 2002 13:30:14 -0000	1.17
@@ -59,7 +59,7 @@
 	"About",			//7
 	"Pocket ScummVM",	//8
 	"Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")",	//9
-	"ScummVM http://scummvm.sourceforge.net",		//10
+	"ScummVM http://www.scummvm.org",		//10
 	"All games (c) LucasArts",						//11
 	"Quit",											//12
 	"Pause",										//13
@@ -634,7 +634,7 @@
 {
 	addButton(110, 100, queryCustomString(23), kCloseCmd, 'C');	// Close dialog - FIXME
 	new StaticTextWidget(this, 10, 10, 240, 16, "ScummVM " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", kTextAlignCenter);
-	new StaticTextWidget(this, 10, 30, 240, 16, "http://scummvm.sourceforge.net", kTextAlignCenter);
+	new StaticTextWidget(this, 10, 30, 240, 16, "http://www.scummvm.org", kTextAlignCenter);
 	new StaticTextWidget(this, 10, 50, 240, 16, "All games (c) LucasArts", kTextAlignCenter);
 	new StaticTextWidget(this, 10, 64, 240, 16, "Except", kTextAlignCenter);
 	new StaticTextWidget(this, 10, 78, 240, 16, "Simon the Sorcerer (c) Adventuresoft", kTextAlignCenter);





More information about the Scummvm-git-logs mailing list