diff -r 0532e70b1ce4 -r 93df479aa1b9 QTfrontend/netclient.h --- a/QTfrontend/netclient.h Sat Aug 26 10:54:13 2006 +0000 +++ b/QTfrontend/netclient.h Sun Aug 27 12:41:27 2006 +0000 @@ -148,7 +148,7 @@ #define SENDCFGSTRLOC(a) {\ QByteArray strmsg; \ - strmsg.append(a); \ + strmsg.append(QString(a).toUtf8()); \ quint8 sz = strmsg.size(); \ QByteArray enginemsg = QByteArray((char *)&sz, 1) + strmsg; \ emit FromNet(enginemsg); \