From 239b78c6377c41ba49e36a1dbd3cede6a3347f64 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 Jul 2009 23:12:30 +0000 Subject: - include operator commands in tooltips (needs sanitizing for transform operators, there are massive :|) - WM_operator_pystring can now be used with an operator type and properties (rather then a wmOperator instance) - removed menus from file selector --- source/blender/editors/space_file/file_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_file/file_ops.c') diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c index a217dbe9f57..9c73956d375 100644 --- a/source/blender/editors/space_file/file_ops.c +++ b/source/blender/editors/space_file/file_ops.c @@ -716,6 +716,7 @@ void FILE_OT_directory_new(struct wmOperatorType *ot) /* identifiers */ ot->name= "Create New Directory"; ot->idname= "FILE_OT_directory_new"; + ot->description= "Create a new directory"; /* api callbacks */ ot->invoke= WM_operator_confirm; -- cgit v1.2.3