* Some more icon file updates (thanks jendrzych), and associated UI tweaks.

This commit is contained in:
2009-02-10 02:39:19 +00:00
parent 181068454f
commit d262cde5f8
9 changed files with 3934 additions and 3942 deletions

View File

@@ -133,7 +133,9 @@ int UI_GetIconRNA(PointerRNA *ptr)
else if(rnatype == &RNA_Sound)
return ICON_SOUND;
else if(rnatype == &RNA_Brush)
return ICON_TPAINT_HLT;
return ICON_BRUSH;
else if(rnatype == &RNA_VectorFont)
return ICON_FONT;
else if(rnatype == &RNA_Library)
return ICON_LIBRARY_DEHLT;
else if(rnatype == &RNA_Action)