QTfrontend/net/tcpBase.cpp
changeset 10310 22f541fbde32
parent 10307 e13d3147f15b
child 10402 3313336c1ee0
child 11046 47a8c19ecb60
equal deleted inserted replaced
10309:e338ccbbe100 10310:22f541fbde32
   232     // fatal error - because that one already sent a info via IPC
   232     // fatal error - because that one already sent a info via IPC
   233     if ((exitCode != 0) && (exitCode != 2))
   233     if ((exitCode != 0) && (exitCode != 2))
   234     {
   234     {
   235         // inform user that something bad happened
   235         // inform user that something bad happened
   236         MessageDialog::ShowFatalMessage(
   236         MessageDialog::ShowFatalMessage(
   237             tr("The game engine died unexpectedly!")
   237             tr("The game engine died unexpectedly!\n"
   238             + QString("\n(exit code %1)").arg(exitCode)
   238             "(exit code %1)\n\n"
   239             + "\n\n " + tr("We are very sorry for the inconvenience :(") + "\n\n" +
   239             "We are very sorry for the inconvenience :(\n\n"
   240             tr("If this keeps happening, please click the '%1' button in the main menu!")
   240             "If this keeps happening, please click the '%2' button in the main menu!")
       
   241             .arg(exitCode)
   241             .arg("Feedback"));
   242             .arg("Feedback"));
   242 
   243 
   243     }
   244     }
   244 
   245 
   245     // cleanup up
   246     // cleanup up