From b6c68777adff0ddf46befbca1f37caff22173e21 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Thu, 9 Dec 2010 16:50:32 +0000 Subject: A little more work on patch [#24814] Operators which have no decription submitted by Murat Egretli Not actually a patch but talks about descriptions that are missing and some small fixes that are needed. Kent --- source/blender/editors/object/object_shapekey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/object/object_shapekey.c') diff --git a/source/blender/editors/object/object_shapekey.c b/source/blender/editors/object/object_shapekey.c index db58965fbcf..125e3c68b09 100644 --- a/source/blender/editors/object/object_shapekey.c +++ b/source/blender/editors/object/object_shapekey.c @@ -253,8 +253,8 @@ void OBJECT_OT_shape_key_add(wmOperatorType *ot) { /* identifiers */ ot->name= "Add Shape Key"; - ot->name= "Add shape key to the object."; ot->idname= "OBJECT_OT_shape_key_add"; + ot->description= "Add shape key to the object"; /* api callbacks */ ot->poll= shape_key_mode_poll; @@ -281,8 +281,8 @@ void OBJECT_OT_shape_key_remove(wmOperatorType *ot) { /* identifiers */ ot->name= "Remove Shape Key"; - ot->name= "Remove shape key from the object."; ot->idname= "OBJECT_OT_shape_key_remove"; + ot->description= "Remove shape key from the object"; /* api callbacks */ ot->poll= shape_key_mode_poll; -- cgit v1.2.3