You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Rename the Debugger's stack debug section to Stack Trace
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user