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:
authorAntony Riakiotakis <kalast@gmail.com>2012-11-20 03:35:38 +0400
committerAntony Riakiotakis <kalast@gmail.com>2012-11-20 03:35:38 +0400
commit347b2571314bc1a8319cfa3daa5637aebae0fd7d (patch)
tree6b7e8593a02f214a96be18604a36e1022e09ec4b /source/blender/editors/space_outliner
parentb85283b63dd1ad7f360b96b64ee888ed03b6e96d (diff)
Custom icon for triangulate modifier.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 4f640c579a5..61d513929ad 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1039,7 +1039,7 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
case eModifierType_Skin:
UI_icon_draw(x, y, ICON_MOD_SKIN); break;
case eModifierType_Triangulate:
- UI_icon_draw(x, y, ICON_MOD_SKIN); break;
+ UI_icon_draw(x, y, ICON_MOD_TRIANGULATE); break;
/* Default */
case eModifierType_None: