[atlantik-cvs] CVS: kdegames/atlantik/client selectserver_widget.cpp, 1.42, 1.43

[email protected] Wed, 07 Jul 2004 15:01:39 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv6315/client

Modified Files:
	selectserver_widget.cpp 
Log Message:
use monopd.unixcode.org instead of monopd.net which I won't keep around forever

Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- selectserver_widget.cpp	10 Feb 2004 19:46:34 -0000	1.42
+++ selectserver_widget.cpp	7 Jul 2004 13:01:36 -0000	1.43
@@ -115,7 +115,7 @@
 	emit msgStatus(i18n("Retrieving server list..."));
 
 	m_refreshButton->setGuiItem(KGuiItem(i18n("Reload Server List"), "reload"));
-	m_monopigator->loadData(KURL( "http://gator.monopd.net/"));
+	m_monopigator->loadData(KURL( "http://monopd.unixcode.org/"));
 }
 
 void SelectServer::slotMonopigatorAdd(QString host, QString port, QString version, int users)