Added reload icon to FileDialog's default theme

This commit is contained in:
Ignacio Etcheverry
2015-12-26 17:55:48 +01:00
parent 1bc91848e3
commit 84c5585afe
4 changed files with 11 additions and 2 deletions

View File

@ -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) {