QTfrontend/net/tcpBase.cpp
changeset 15279 1ce9b717bb41
parent 14620 b86e6e4f3c58
child 15915 35d26863a88e
equal deleted inserted replaced
15278:752b44ffa707 15279:1ce9b717bb41
   257             tr("The game engine died unexpectedly!\n"
   257             tr("The game engine died unexpectedly!\n"
   258             "(exit code %1)\n\n"
   258             "(exit code %1)\n\n"
   259             "We are very sorry for the inconvenience :(\n\n"
   259             "We are very sorry for the inconvenience :(\n\n"
   260             "If this keeps happening, please click the '%2' button in the main menu!")
   260             "If this keeps happening, please click the '%2' button in the main menu!")
   261             .arg(exitCode)
   261             .arg(exitCode)
   262             .arg("Feedback"));
   262             .arg(QCoreApplication::translate("PageMain", "Feedback")));
   263 
   263 
   264     }
   264     }
   265 }
   265 }
   266 
   266 
   267 void TCPBase::tcpServerReady()
   267 void TCPBase::tcpServerReady()