Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/outliner.c')
-rw-r--r--source/blender/src/outliner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/outliner.c b/source/blender/src/outliner.c
index b414b1b74f3..4ced1f07b08 100644
--- a/source/blender/src/outliner.c
+++ b/source/blender/src/outliner.c
@@ -1836,9 +1836,9 @@ static void tselem_draw_icon(TreeStoreElem *tselem)
case ID_CA:
BIF_draw_icon(ICON_CAMERA_DEHLT); break;
case ID_KE:
- BIF_draw_icon(ICON_EDIT); break;
+ BIF_draw_icon(ICON_EDIT_DEHLT); break;
case ID_WO:
- BIF_draw_icon(ICON_WORLD); break;
+ BIF_draw_icon(ICON_WORLD_DEHLT); break;
case ID_AC:
BIF_draw_icon(ICON_ACTION); break;
case ID_NLA: