From 84c5585afee3ae8605620538e02887b38ef2bc8e Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Sat, 26 Dec 2015 17:55:48 +0100 Subject: Added reload icon to FileDialog's default theme --- scene/gui/file_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/file_dialog.cpp') diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp index 22e3a81e52..9179d3a4e1 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) { -- cgit v1.2.3