--- a/QTfrontend/hwform.cpp Wed Oct 15 17:04:46 2008 +0000
+++ b/QTfrontend/hwform.cpp Wed Oct 15 19:32:10 2008 +0000
@@ -432,7 +432,7 @@
connect(hwnet, SIGNAL(chatStringFromNet(const QString&)),
ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
- connect(hwnet, SIGNAL(chatStringFromMet(const QString&)),
+ connect(hwnet, SIGNAL(chatStringFromMe(const QString&)),
ui.pageNetGame->pChatWidget, SLOT(onChatString(const QString&)));
connect(ui.pageNetGame->pChatWidget, SIGNAL(chatLine(const QString&)),
hwnet, SLOT(chatLineToNet(const QString&)));