Fix a typo
authorunc0rr
Wed, 15 Oct 2008 19:32:10 +0000
changeset 1364 64c4922a6960
parent 1363 bcd4cb0245f0
child 1365 2ffe20744a4a
Fix a typo
QTfrontend/hwform.cpp
--- 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&)));