From 7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb Mon Sep 17 00:00:00 2001 From: Daniel J. Ramirez Date: Tue, 20 Feb 2018 11:25:17 -0600 Subject: Icons update includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons. (cherry picked from commit cecf2743648c0d48e20b243cb0353c6a0d660c0a) --- editor/script_editor_debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/script_editor_debugger.cpp') 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) { -- cgit v1.2.3-70-g09d2