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-05-23 11:19:31 +0400
committerMatt Ebb <matt@mke3.net>2009-05-23 11:19:31 +0400
commit5b5d2132904a13c31679c263988a4a36bae8eee5 (patch)
tree748d5b6015261857007f16d33ca111622c7213d9 /source/blender/editors/interface/interface_utils.c
parent380efe9dc47978431d81642ce538676be59bad18 (diff)
* Updated a whole swag of excellent new icons by jendryzch.
This includes a bunch of new object primitive icons which would be great to get into the 'add object' menus, they're not there yet. The specific lamp data type icons are now used in the outliner though, which is very helpful.
Diffstat (limited to 'source/blender/editors/interface/interface_utils.c')
-rw-r--r--source/blender/editors/interface/interface_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_utils.c b/source/blender/editors/interface/interface_utils.c
index 4521bd57a3a..ce44ad53378 100644
--- a/source/blender/editors/interface/interface_utils.c
+++ b/source/blender/editors/interface/interface_utils.c
@@ -84,9 +84,9 @@ int UI_GetIconRNA(PointerRNA *ptr)
else if(rnatype == &RNA_MeshTextureFace)
return ICON_FACESEL_HLT;
else if(rnatype == &RNA_VertexGroup)
- return ICON_VGROUP;
+ return ICON_GROUP_VERTEX;
else if(rnatype == &RNA_VertexGroupElement)
- return ICON_VGROUP;
+ return ICON_GROUP_VERTEX;
else if(rnatype == &RNA_Curve)
return ICON_CURVE_DATA;
else if(rnatype == &RNA_MetaBall)