diff options
| author | Daniel J. Ramirez | 2017-12-14 15:34:24 -0600 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-12-14 15:49:27 -0600 |
| commit | dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c (patch) | |
| tree | e6c24db3580c8807b489a7c066c9435f023cc08d /editor/dependency_editor.cpp | |
| parent | 9314628921ca862277e43a08ec7272015a7ce67f (diff) | |
| download | godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.gz godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.tar.zst godot-dcad7042dc4c7d4ec86699a0c2f2e2c27e0b557c.zip | |
Diffstat (limited to 'editor/dependency_editor.cpp')
| -rw-r--r-- | editor/dependency_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp index ec0ca3add..f357f1e51 100644 --- a/editor/dependency_editor.cpp +++ b/editor/dependency_editor.cpp @@ -678,7 +678,7 @@ bool OrphanResourcesDialog::_fill_owners(EditorFileSystemDirectory *efsd, HashMa int ds = efsd->get_file_deps(i).size(); ti->set_text(1, itos(ds)); if (ds) { - ti->add_button(1, get_icon("Visible", "EditorIcons")); + ti->add_button(1, get_icon("GuiVisibilityVisible", "EditorIcons")); } ti->set_metadata(0, path); has_childs = true; |
