nodetree -> node_tree (rna pointer not found)

This commit is contained in:
Dalai Felinto 2010-09-18 21:04:33 +00:00
parent ab5b95d148
commit f4198dce70

@ -74,7 +74,7 @@
void node_buts_group(uiLayout *layout, bContext *C, PointerRNA *ptr)
{
uiTemplateIDBrowse(layout, C, ptr, "nodetree", NULL, NULL, "");
uiTemplateIDBrowse(layout, C, ptr, "node_tree", NULL, NULL, "");
}
static void node_buts_value(uiLayout *layout, bContext *C, PointerRNA *ptr)