QTfrontend/gameuiconfig.cpp
changeset 7313 162bc562335b
parent 7153 f0d055645ab2
child 7347 88685fbb2679
child 7541 e51b11349637
--- a/QTfrontend/gameuiconfig.cpp	Wed Jun 27 13:39:46 2012 -0400
+++ b/QTfrontend/gameuiconfig.cpp	Wed Jun 27 13:47:42 2012 -0400
@@ -333,7 +333,7 @@
 
 QByteArray GameUIConfig::netPasswordHash()
 {
-    return QCryptographicHash::hash(Form->ui.pageOptions->editNetPassword->text().toLatin1(), QCryptographicHash::Md5).toHex();
+    return QCryptographicHash::hash(Form->ui.pageOptions->editNetPassword->text().toUtf8(), QCryptographicHash::Md5).toHex();
 }
 
 int GameUIConfig::netPasswordLength()