Ver Fonte

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

change TTR to RTR in `print_unhandled_exception`
Paul Joannon há 7 anos atrás
pai
commit
90a705d671
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/mono/mono_gd/gd_mono_utils.cpp

+ 1 - 1
modules/mono/mono_gd/gd_mono_utils.cpp

@@ -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;