equal
deleted
inserted
replaced
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 { |