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:
authorMatt Ebb <matt@mke3.net>2009-02-18 08:54:37 +0300
committerMatt Ebb <matt@mke3.net>2009-02-18 08:54:37 +0300
commitf5de61816bb7a790b8f60f82ddd0a777b23f1413 (patch)
tree21a8662bb4a5e18ea9e07a18d7b636ad3ee8113d /source/blender/editors/animation/anim_ipo_utils.c
parentba59754a1d76da576dd43a347fc4e6c2e6598a60 (diff)
* Cleaned up naming of icon ID constants. This helps fix bad icons in the graph editor among others.
Diffstat (limited to 'source/blender/editors/animation/anim_ipo_utils.c')
-rw-r--r--source/blender/editors/animation/anim_ipo_utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/animation/anim_ipo_utils.c b/source/blender/editors/animation/anim_ipo_utils.c
index 84a18b64d6a..ae0b8435635 100644
--- a/source/blender/editors/animation/anim_ipo_utils.c
+++ b/source/blender/editors/animation/anim_ipo_utils.c
@@ -65,17 +65,17 @@ int geticon_anim_blocktype(short blocktype)
{
switch (blocktype) {
case ID_OB:
- return ICON_OBJECT;
+ return ICON_OBJECT_DATA;
case ID_PO:
return ICON_POSE_HLT;
case ID_KE:
- return ICON_SHAPEKEY;
+ return ICON_SHAPEKEY_DATA;
case ID_MA:
return ICON_MATERIAL;
case ID_WO:
return ICON_WORLD;
case ID_CU:
- return ICON_CURVE;
+ return ICON_CURVE_DATA;
case ID_CA:
return ICON_CAMERA;
case ID_LA: