diff options
| author | Daniel J. Ramirez | 2018-02-20 11:25:17 -0600 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 12:02:02 +0100 |
| commit | 7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb (patch) | |
| tree | 44918423685e55d3dca99a14be9b09933688586c /editor/script_editor_debugger.cpp | |
| parent | a86829211ae64c8871676da965d4a9a3048144bc (diff) | |
| download | godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.tar.gz godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.tar.zst godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.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 86ab84909..bf80e4ee5 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -1726,7 +1726,7 @@ void ScriptEditorDebugger::_error_list_item_rmb_selected(int p_item, const Vecto bool single_item_selected = error_list->get_selected_items().size() == 1; if (single_item_selected) { - item_menu->add_icon_item(get_icon("CopyNodePath", "EditorIcons"), TTR("Copy Error"), ITEM_MENU_COPY_ERROR); + item_menu->add_icon_item(get_icon("ActionCopy", "EditorIcons"), TTR("Copy Error"), ITEM_MENU_COPY_ERROR); } if (item_menu->get_item_count() > 0) { |
