code cleanup: operator/function mismatch

This commit is contained in:
2013-02-17 07:17:04 +00:00
parent b0a7370284
commit 6e0cedd61c
6 changed files with 9 additions and 9 deletions

View File

@@ -558,7 +558,7 @@ static int object_add_hook_selob_exec(bContext *C, wmOperator *op)
}
}
void OBJECT_OT_hook_add_selobj(wmOperatorType *ot)
void OBJECT_OT_hook_add_selob(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Hook to Selected Object";
@@ -592,7 +592,7 @@ static int object_add_hook_newob_exec(bContext *C, wmOperator *op)
}
}
void OBJECT_OT_hook_add_newobj(wmOperatorType *ot)
void OBJECT_OT_hook_add_newob(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Hook to New Object";