QTfrontend/game.cpp
changeset 13083 dd904dd9c587
parent 12827 f062a31fc8f2
child 13289 b504131f7405
equal deleted inserted replaced
13082:c213645ff848 13083:dd904dd9c587
   253         }
   253         }
   254         case 'E':
   254         case 'E':
   255         {
   255         {
   256             int size = msg.size();
   256             int size = msg.size();
   257             emit ErrorMessage(
   257             emit ErrorMessage(
   258                 tr("A Fatal ERROR occured! - The game engine had to stop.\n\n"
   258                 tr("A fatal ERROR occured! The game engine had to stop.\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 '%1' button in the main menu!\n\n"
   260                 "If this keeps happening, please click the 'Feedback' button in the main menu!\n\n"
   261                 "Last two engine messages:\n%2")
   261                 "Last engine message:\n%1")
   262                 .arg("Feedback")
       
   263                 .arg(QString::fromUtf8(msg.mid(2).left(size - 4))));
   262                 .arg(QString::fromUtf8(msg.mid(2).left(size - 4))));
   264             return;
   263             return;
   265         }
   264         }
   266         case 'i':
   265         case 'i':
   267         {
   266         {