equal
deleted
inserted
replaced
205 return output; |
205 return output; |
206 } |
206 } |
207 |
207 |
208 static const TCHAR _crash_desc[] = |
208 static const TCHAR _crash_desc[] = |
209 _T("A serious fault condition occured in the game. The game will shut down.\n") |
209 _T("A serious fault condition occured in the game. The game will shut down.\n") |
210 _T("Please send the crash information and the crash.dmp (if any) to the developers.\n") |
210 _T("Please send the crash information and the crash.dmp file (if any) to the developers.\n") |
211 _T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ") |
211 _T("This will greatly help debugging. The correct place to do this is http://bugs.openttd.org. ") |
212 _T("The information contained in the report is displayed below.\n") |
212 _T("The information contained in the report is displayed below.\n") |
213 _T("Press \"Emergency save\" to attempt saving the game."); |
213 _T("Press \"Emergency save\" to attempt saving the game."); |
214 |
214 |
215 static const TCHAR _save_succeeded[] = |
215 static const TCHAR _save_succeeded[] = |