From 301fb14fbf3b47651199ff16a30ba1b7bc8715d4 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Mon, 20 May 2019 10:38:47 +0200 Subject: Icons: Fix wrong icon names Some file-related icon names were mixed up. We have icons for cache, volume, 3rd party 3d files, hidden, backups, drives --- source/blender/editors/include/UI_icons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index 90105ac630e..941eff9d3bd 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -821,9 +821,9 @@ DEF_ICON(FORWARD) DEF_ICON_BLANK(825) DEF_ICON_BLANK(826) DEF_ICON_BLANK(827) +DEF_ICON(FILE_CACHE) DEF_ICON(FILE_VOLUME) -DEF_ICON(ALEMBIC) -DEF_ICON(VOLUME) +DEF_ICON(FILE_3D) DEF_ICON(FILE_HIDDEN) DEF_ICON(FILE_BACKUP) DEF_ICON(DISK_DRIVE) -- cgit v1.2.3