Changed Composit Composite.

(Voted on #blendercoders and did some websearching and it seems like
this is more correct.)

Kent
This commit is contained in:
2006-02-08 22:04:54 +00:00
parent 3753d817ab
commit 3bd2066221
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ void node_buttons(ScrArea *sa)
&(snode->treetype), 2, 0, 0, 0, "Material Nodes");
xco+= XIC;
uiDefIconButI(block, ROW, B_REDR, ICON_IMAGE_DEHLT, xco,2,XIC,YIC-2,
&(snode->treetype), 2, 1, 0, 0, "Composit Nodes");
&(snode->treetype), 2, 1, 0, 0, "Composite Nodes");
xco+= 2*XIC;
uiBlockEndAlign(block);