diff options
| author | Rémi Verschelde | 2017-09-27 15:34:58 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-27 15:34:58 +0200 |
| commit | 64ac2b13ed9198a018397042fded8e3c1cccde7b (patch) | |
| tree | de07edd53de788b87e86566a674d767c3a545494 | |
| parent | bad5dd37b087c3ba0acc9fd29b6de8ddde1b5a64 (diff) | |
| parent | bdd53615481a07eb26233f62c1fc66b1f56c9d5a (diff) | |
| download | godot-64ac2b13ed9198a018397042fded8e3c1cccde7b.tar.gz godot-64ac2b13ed9198a018397042fded8e3c1cccde7b.tar.zst godot-64ac2b13ed9198a018397042fded8e3c1cccde7b.zip | |
| -rw-r--r-- | editor/editor_autoload_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_autoload_settings.cpp b/editor/editor_autoload_settings.cpp index ee537f422..efa9572bf 100644 --- a/editor/editor_autoload_settings.cpp +++ b/editor/editor_autoload_settings.cpp @@ -364,7 +364,7 @@ void EditorAutoloadSettings::update_autoload() { item->add_button(3, get_icon("MoveUp", "EditorIcons"), BUTTON_MOVE_UP); item->add_button(3, get_icon("MoveDown", "EditorIcons"), BUTTON_MOVE_DOWN); - item->add_button(3, get_icon("Del", "EditorIcons"), BUTTON_DELETE); + item->add_button(3, get_icon("Remove", "EditorIcons"), BUTTON_DELETE); item->set_selectable(3, false); } |
