diff options
| author | Artem Varaksa | 2018-02-22 10:50:38 +0300 |
|---|---|---|
| committer | Artem Varaksa | 2018-02-22 10:50:38 +0300 |
| commit | db2a1544c01e7f52a0a95b58509419c6de949e5d (patch) | |
| tree | b263fdf2721b74666a28c7f488f646ff42206523 /editor/script_editor_debugger.cpp | |
| parent | 49cf747faf627d6ae0cd253d52fa5e5364838c62 (diff) | |
| download | godot-db2a1544c01e7f52a0a95b58509419c6de949e5d.tar.gz godot-db2a1544c01e7f52a0a95b58509419c6de949e5d.tar.zst godot-db2a1544c01e7f52a0a95b58509419c6de949e5d.zip | |
Diffstat (limited to 'editor/script_editor_debugger.cpp')
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index 57beb9523..da3a4ee91 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -948,7 +948,7 @@ void ScriptEditorDebugger::_notification(int p_what) { inspector->edit(variables); - copy->set_icon(get_icon("Duplicate", "EditorIcons")); + copy->set_icon(get_icon("ActionCopy", "EditorIcons")); step->set_icon(get_icon("DebugStep", "EditorIcons")); next->set_icon(get_icon("DebugNext", "EditorIcons")); |
