aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/file_dialog.cpp
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-26 15:37:00 -0300
committerJuan Linietsky2015-12-26 15:37:00 -0300
commit4dba503fc3bee79ceedd69738c02f2fcf5cad27f (patch)
treee545d4db4a38ac57f7933a15c7121864ca902f9f /scene/gui/file_dialog.cpp
parent6387a8e01f6cd2f2417d030c0874600cba0b3a88 (diff)
parent84c5585afee3ae8605620538e02887b38ef2bc8e (diff)
downloadgodot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.tar.gz
godot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.tar.zst
godot-4dba503fc3bee79ceedd69738c02f2fcf5cad27f.zip
Diffstat (limited to 'scene/gui/file_dialog.cpp')
-rw-r--r--scene/gui/file_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp
index 22e3a81e5..9179d3a4e 100644
--- a/scene/gui/file_dialog.cpp
+++ b/scene/gui/file_dialog.cpp
@@ -49,7 +49,7 @@ void FileDialog::_notification(int p_what) {
if (p_what==NOTIFICATION_ENTER_TREE) {
- refresh->set_icon(get_icon("Reload","EditorIcons"));
+ refresh->set_icon(get_icon("reload"));
}
if (p_what==NOTIFICATION_DRAW) {