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:
authorPablo Vazquez <venomgfx@gmail.com>2018-05-11 17:02:09 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-05-11 17:02:30 +0300
commit625c2c2943cf251b74ff417fa6db141122411c9b (patch)
treec0d3f400a7711af3bdbc14cbc2a6697c743e6c60 /source/blender/editors/interface
parentf3017bbc06ce7cb803eb8a94b36a0bb309d9388a (diff)
Use Light Probe icons
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_icons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_icons.c b/source/blender/editors/interface/interface_icons.c
index 12b549e8f8b..afd57fdcd05 100644
--- a/source/blender/editors/interface/interface_icons.c
+++ b/source/blender/editors/interface/interface_icons.c
@@ -1538,7 +1538,7 @@ int UI_idcode_icon_get(const int idcode)
case ID_PC:
return ICON_CURVE_BEZCURVE; /* TODO! this would need its own icon! */
case ID_LP:
- return ICON_RADIO;
+ return ICON_LIGHTPROBE_CUBEMAP;
case ID_SCE:
return ICON_SCENE_DATA;
case ID_SPK: