From 3f58b376832903365d3356e8a0eae9ac30f85a06 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 3 Jan 2009 20:03:39 +0000 Subject: 2.5: fix "repeat last", and display of operator properties in rna outliner. --- source/blender/editors/space_outliner/outliner.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index 5d85c8622e5..97f54b40361 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -4184,6 +4184,7 @@ static uiBut *outliner_draw_rnabut(uiBlock *block, PointerRNA *ptr, PropertyRNA if(nameprop) { text= RNA_property_string_get_alloc(&pptr, nameprop, textbuf, sizeof(textbuf)); + descr= (char*)RNA_property_ui_description(&pptr, prop); but= uiDefIconTextBut(block, LABEL, 0, icon, text, x1, y1, x2, y2, NULL, 0, 0, 0, 0, descr); if(text != textbuf) MEM_freeN(text); -- cgit v1.2.3