QTfrontend/hwform.cpp
changeset 1360 d3e285281c26
parent 1359 c7703c653865
child 1364 64c4922a6960
--- a/QTfrontend/hwform.cpp	Wed Oct 15 16:54:05 2008 +0000
+++ b/QTfrontend/hwform.cpp	Wed Oct 15 16:59:11 2008 +0000
@@ -431,7 +431,9 @@
 		hwnet, SLOT(askRoomsList()));
 
 	connect(hwnet, SIGNAL(chatStringFromNet(const QString&)),
-		ui.pageNetGame->pChatWidget, SLOT(onChatStringFromNet(const QString&)));
+		ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
+	connect(hwnet, SIGNAL(chatStringFromMet(const QString&)),
+		ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
 	connect(ui.pageNetGame->pChatWidget, SIGNAL(chatLine(const QString&)),
 		hwnet, SLOT(chatLineToNet(const QString&)));
 	connect(hwnet, SIGNAL(nickAdded(const QString&)),