QTfrontend/hwform.cpp
changeset 8765 688062f1db59
parent 8762 388d2bf73ff9
child 8792 af4ab297b2b7
--- a/QTfrontend/hwform.cpp	Thu Mar 21 09:27:35 2013 +0100
+++ b/QTfrontend/hwform.cpp	Thu Mar 21 10:08:30 2013 +0100
@@ -1259,7 +1259,7 @@
     connect(hwnet, SIGNAL(roomMaster(bool)),
             ui.pageNetGame->chatWidget, SLOT(adminAccess(bool)), Qt::QueuedConnection);
     connect(ui.pageNetGame->chatWidget, SIGNAL(chatLine(const QString&)),
-            hwnet, SLOT(chatLineToNet(const QString&)));
+            hwnet, SLOT(chatLineToNetWithEcho(const QString&)));
     connect(ui.pageNetGame->BtnGo, SIGNAL(clicked()), hwnet, SLOT(ToggleReady()));
     connect(hwnet, SIGNAL(setMyReadyStatus(bool)),
             ui.pageNetGame, SLOT(setReadyStatus(bool)), Qt::QueuedConnection);