mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-09 10:21:50 +00:00
Rename the Debugger's stack debug section to Stack Trace
(cherry picked from commit 74361b3d50f717bd2758bb9ffe5bf79e2060bcb3)
This commit is contained in:
@@ -1717,7 +1717,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
|
||||
|
||||
{ //debugger
|
||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||
vbc->set_name(TTR("Debugger"));
|
||||
vbc->set_name(TTR("Stack Trace"));
|
||||
Control *dbg = vbc;
|
||||
|
||||
HBoxContainer *hbc = memnew(HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user