Merge pull request #76897 from aaronfranke/debug-stack
Rename the Debugger's stack debug section
This commit is contained in:
commit
f7374e2db7
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ ScriptEditorDebugger::ScriptEditorDebugger() {
|
||||||
|
|
||||||
{ //debugger
|
{ //debugger
|
||||||
VBoxContainer *vbc = memnew(VBoxContainer);
|
VBoxContainer *vbc = memnew(VBoxContainer);
|
||||||
vbc->set_name(TTR("Debugger"));
|
vbc->set_name(TTR("Stack Trace"));
|
||||||
Control *dbg = vbc;
|
Control *dbg = vbc;
|
||||||
|
|
||||||
HBoxContainer *hbc = memnew(HBoxContainer);
|
HBoxContainer *hbc = memnew(HBoxContainer);
|
||||||
|
|
Loading…
Reference in a new issue