fix build error when compiling with mono, tools=no, target=release

change TTR to RTR in `print_unhandled_exception`
This commit is contained in:
Paul Joannon 2018-02-27 10:36:58 +01:00
parent 1bd0fd90cc
commit 90a705d671
No known key found for this signature in database
GPG key ID: 93604DC6128B663C

View file

@ -422,7 +422,7 @@ void print_unhandled_exception(MonoObject *p_exc, bool p_recursion_caution) {
ScriptLanguage::StackInfo separator;
separator.file = "";
separator.func = "--- " + TTR("End of inner exception stack trace") + " ---";
separator.func = "--- " + RTR("End of inner exception stack trace") + " ---";
separator.line = 0;
Vector<ScriptLanguage::StackInfo> si;