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/editor_file_dialog.cpp | |
| parent | a86829211ae64c8871676da965d4a9a3048144bc (diff) | |
| download | godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.tar.gz godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.tar.zst godot-7e89cc46dda1c0960a258e5d0b83c9cd1a3581fb.zip | |
Icons update
includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons.
(cherry picked from commit cecf2743648c0d48e20b243cb0353c6a0d660c0a)
Diffstat (limited to 'editor/editor_file_dialog.cpp')
| -rw-r--r-- | editor/editor_file_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_file_dialog.cpp b/editor/editor_file_dialog.cpp index 22b33cc98..c52f25e66 100644 --- a/editor/editor_file_dialog.cpp +++ b/editor/editor_file_dialog.cpp @@ -551,7 +551,7 @@ void EditorFileDialog::_item_list_item_rmb_selected(int p_item, const Vector2 &p } if (single_item_selected) { - item_menu->add_icon_item(get_icon("CopyNodePath", "EditorIcons"), TTR("Copy Path"), ITEM_MENU_COPY_PATH); + item_menu->add_icon_item(get_icon("ActionCopy", "EditorIcons"), TTR("Copy Path"), ITEM_MENU_COPY_PATH); } if (allow_delete) { item_menu->add_icon_item(get_icon("Remove", "EditorIcons"), TTR("Delete"), ITEM_MENU_DELETE, KEY_DELETE); |
