diff options
| author | Daniel J. Ramirez | 2017-07-12 13:38:47 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-07-12 14:11:56 -0500 |
| commit | 12db63df14e78020ad99d044aad5b9d6d64c207c (patch) | |
| tree | 701929b0cb556b7c3e9af9ef9943fcd9d3e1c511 /editor/filesystem_dock.cpp | |
| parent | a5bb77d5232668045fc2fb82637b00b5295b8741 (diff) | |
| download | godot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.gz godot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.zst godot-12db63df14e78020ad99d044aad5b9d6d64c207c.zip | |
Diffstat (limited to 'editor/filesystem_dock.cpp')
| -rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 62fb241ad..fe66cd700 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -153,7 +153,7 @@ void FileSystemDock::_notification(int p_what) { files->connect("item_activated", this, "_select_file"); button_hist_next->connect("pressed", this, "_fw_history"); button_hist_prev->connect("pressed", this, "_bw_history"); - search_icon->set_texture(get_icon("Zoom", "EditorIcons")); + search_icon->set_texture(get_icon("Search", "EditorIcons")); button_hist_next->set_icon(get_icon("Forward", "EditorIcons")); button_hist_prev->set_icon(get_icon("Back", "EditorIcons")); |
