QTfrontend/hwform.cpp
changeset 15788 acf70c44065b
parent 15457 751b992656ab
equal deleted inserted replaced
15787:8bb050e8e40f 15788:acf70c44065b
  1293     ui.pageNetGame->setUser(nick);
  1293     ui.pageNetGame->setUser(nick);
  1294 }
  1294 }
  1295 
  1295 
  1296 void HWForm::NetAuthFailed()
  1296 void HWForm::NetAuthFailed()
  1297 {
  1297 {
  1298     // Set the password blank if case the user tries to join and enter his password again
  1298     // Set the password blank if case the user tries to join and enter their password again
  1299     config->clearTempHash();
  1299     config->clearTempHash();
  1300 
  1300 
  1301     //Try to login again
  1301     //Try to login again
  1302     bool retry = RetryDialog(tr("Hedgewars - Wrong password"), tr("You entered a wrong password."));
  1302     bool retry = RetryDialog(tr("Hedgewars - Wrong password"), tr("You entered a wrong password."));
  1303     GoBack();
  1303     GoBack();