[Scummvm-cvs-logs] CVS: scummex wxwindows.cpp,1.7,1.8

Adrien Mercier yoshizf at users.sourceforge.net
Sun Sep 21 08:24:43 CEST 2003


Update of /cvsroot/scummvm/scummex
In directory sc8-pr-cvs1:/tmp/cvs-serv18128

Modified Files:
	wxwindows.cpp 
Log Message:
Updated copyright: it's now part of the ScummVM project :)

Index: wxwindows.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummex/wxwindows.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- wxwindows.cpp	21 Sep 2003 15:04:14 -0000	1.7
+++ wxwindows.cpp	21 Sep 2003 15:22:51 -0000	1.8
@@ -834,7 +834,7 @@
 
 void MainWindow::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
-	wxMessageDialog *dialog = new wxMessageDialog(this, "\nScummEX 0.1.0 by Adrien Mercier <yosh at yosh.biz>\n","About", wxOK|wxCENTRE);
+	wxMessageDialog *dialog = new wxMessageDialog(this, "\nScummEX 0.1.0cvs (C) 2003 The ScummVM project\n","About", wxOK|wxCENTRE);
 	dialog->ShowModal();
 }
 





More information about the Scummvm-git-logs mailing list