aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/resource_preloader_editor_plugin.cpp
diff options
context:
space:
mode:
authorWilliam McKIE2017-11-10 21:42:20 +0100
committerWilliam McKIE2017-11-10 21:57:39 +0100
commitfd01e7d89e2eb8c92acd8cf6fbcfa804da5ac59c (patch)
tree3f00c28b887660ff8179baa1991b7ed0245afe80 /editor/plugins/resource_preloader_editor_plugin.cpp
parent19b1ff0fc5f7acce23176ad6c8752604357472f0 (diff)
downloadgodot-fd01e7d89e2eb8c92acd8cf6fbcfa804da5ac59c.tar.gz
godot-fd01e7d89e2eb8c92acd8cf6fbcfa804da5ac59c.tar.zst
godot-fd01e7d89e2eb8c92acd8cf6fbcfa804da5ac59c.zip
Diffstat (limited to 'editor/plugins/resource_preloader_editor_plugin.cpp')
-rw-r--r--editor/plugins/resource_preloader_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/resource_preloader_editor_plugin.cpp b/editor/plugins/resource_preloader_editor_plugin.cpp
index d421b3798..3210af143 100644
--- a/editor/plugins/resource_preloader_editor_plugin.cpp
+++ b/editor/plugins/resource_preloader_editor_plugin.cpp
@@ -43,7 +43,7 @@ void ResourcePreloaderEditor::_notification(int p_what) {
if (p_what == NOTIFICATION_ENTER_TREE) {
load->set_icon(get_icon("Folder", "EditorIcons"));
- _delete->set_icon(get_icon("Del", "EditorIcons"));
+ _delete->set_icon(get_icon("Remove", "EditorIcons"));
}
if (p_what == NOTIFICATION_READY) {