[atlantik-cvs] CVS: kdegames/atlantik/client selectserver_widget.cpp,1.46,1.46.2.1

[email protected] (Charles Samuels <[email protected]>) Fri, 28 Jan 2005 12:21:30 +0100
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv16085

Modified Files:
      Tag: KDE_3_3_BRANCH
	selectserver_widget.cpp 
Log Message:
backport of monopd-gator.kde.org

I hope it will be used.  I'll be contacting Rob shortly about handling his DNS
myself so monopd.unixcode.org could be up again



Index: selectserver_widget.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/selectserver_widget.cpp,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -u -d -r1.46 -r1.46.2.1
--- selectserver_widget.cpp	13 Jul 2004 22:10:18 -0000	1.46
+++ selectserver_widget.cpp	28 Jan 2005 11:21:27 -0000	1.46.2.1
@@ -116,7 +116,7 @@
 	emit msgStatus(i18n("Retrieving server list..."));
 
 	m_refreshButton->setGuiItem(KGuiItem(i18n("Reload Server List"), "reload"));
-	m_monopigator->loadData(KURL( "http://monopd.unixcode.org/"));
+	m_monopigator->loadData(KURL( "http://monopd-gator.kde.org/"));
 }
 
 void SelectServer::slotMonopigatorAdd(QString ip, QString host, QString port, QString version, int users)